Method: Cronofy::EventTime#initialize
- Defined in:
- lib/cronofy/types.rb
#initialize(time, tzid) ⇒ EventTime
Returns a new instance of EventTime.
257 258 259 260 |
# File 'lib/cronofy/types.rb', line 257 def initialize(time, tzid) @time = time @tzid = tzid end |