Class: KudagoClient::Entities::Event::EventDate
- Inherits:
-
Struct
- Object
- Struct
- KudagoClient::Entities::Event::EventDate
- Defined in:
- lib/kudago_client/entities/event.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#is_continuous ⇒ Object
Returns the value of attribute is_continuous.
-
#is_endless ⇒ Object
Returns the value of attribute is_endless.
-
#is_startless ⇒ Object
Returns the value of attribute is_startless.
-
#schedules ⇒ Object
Returns the value of attribute schedules.
-
#start ⇒ Object
Returns the value of attribute start.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#use_place_schedule ⇒ Object
Returns the value of attribute use_place_schedule.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
10 11 12 |
# File 'lib/kudago_client/entities/event.rb', line 10 def end @end end |
#end_date ⇒ Object
Returns the value of attribute end_date
10 11 12 |
# File 'lib/kudago_client/entities/event.rb', line 10 def end_date @end_date end |
#end_time ⇒ Object
Returns the value of attribute end_time
10 11 12 |
# File 'lib/kudago_client/entities/event.rb', line 10 def end_time @end_time end |
#is_continuous ⇒ Object
Returns the value of attribute is_continuous
10 11 12 |
# File 'lib/kudago_client/entities/event.rb', line 10 def is_continuous @is_continuous end |
#is_endless ⇒ Object
Returns the value of attribute is_endless
10 11 12 |
# File 'lib/kudago_client/entities/event.rb', line 10 def is_endless @is_endless end |
#is_startless ⇒ Object
Returns the value of attribute is_startless
10 11 12 |
# File 'lib/kudago_client/entities/event.rb', line 10 def is_startless @is_startless end |
#schedules ⇒ Object
Returns the value of attribute schedules
10 11 12 |
# File 'lib/kudago_client/entities/event.rb', line 10 def schedules @schedules end |
#start ⇒ Object
Returns the value of attribute start
10 11 12 |
# File 'lib/kudago_client/entities/event.rb', line 10 def start @start end |
#start_date ⇒ Object
Returns the value of attribute start_date
10 11 12 |
# File 'lib/kudago_client/entities/event.rb', line 10 def start_date @start_date end |
#start_time ⇒ Object
Returns the value of attribute start_time
10 11 12 |
# File 'lib/kudago_client/entities/event.rb', line 10 def start_time @start_time end |
#use_place_schedule ⇒ Object
Returns the value of attribute use_place_schedule
10 11 12 |
# File 'lib/kudago_client/entities/event.rb', line 10 def use_place_schedule @use_place_schedule end |