Class: KudagoClient::Entities::Event::EventDate

Inherits:
Struct
  • Object
show all
Defined in:
lib/kudago_client/entities/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • the current value of end



10
11
12
# File 'lib/kudago_client/entities/event.rb', line 10

def end
  @end
end

#end_dateObject

Returns the value of attribute end_date

Returns:

  • the current value of end_date



10
11
12
# File 'lib/kudago_client/entities/event.rb', line 10

def end_date
  @end_date
end

#end_timeObject

Returns the value of attribute end_time

Returns:

  • the current value of end_time



10
11
12
# File 'lib/kudago_client/entities/event.rb', line 10

def end_time
  @end_time
end

#is_continuousObject

Returns the value of attribute is_continuous

Returns:

  • the current value of is_continuous



10
11
12
# File 'lib/kudago_client/entities/event.rb', line 10

def is_continuous
  @is_continuous
end

#is_endlessObject

Returns the value of attribute is_endless

Returns:

  • the current value of is_endless



10
11
12
# File 'lib/kudago_client/entities/event.rb', line 10

def is_endless
  @is_endless
end

#is_startlessObject

Returns the value of attribute is_startless

Returns:

  • the current value of is_startless



10
11
12
# File 'lib/kudago_client/entities/event.rb', line 10

def is_startless
  @is_startless
end

#schedulesObject

Returns the value of attribute schedules

Returns:

  • the current value of schedules



10
11
12
# File 'lib/kudago_client/entities/event.rb', line 10

def schedules
  @schedules
end

#startObject

Returns the value of attribute start

Returns:

  • the current value of start



10
11
12
# File 'lib/kudago_client/entities/event.rb', line 10

def start
  @start
end

#start_dateObject

Returns the value of attribute start_date

Returns:

  • the current value of start_date



10
11
12
# File 'lib/kudago_client/entities/event.rb', line 10

def start_date
  @start_date
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • the current value of start_time



10
11
12
# File 'lib/kudago_client/entities/event.rb', line 10

def start_time
  @start_time
end

#use_place_scheduleObject

Returns the value of attribute use_place_schedule

Returns:

  • the current value of use_place_schedule



10
11
12
# File 'lib/kudago_client/entities/event.rb', line 10

def use_place_schedule
  @use_place_schedule
end