module Vpim::Icalendar::Set::Location

Public Instance Methods

location(value) click to toggle source
# File lib/vpim/property/location.rb, line 38
def location(value)
  set_text 'LOCATION', value
end