Class: EventDb::EventReader::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/eventdb/reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



12
13
14
# File 'lib/eventdb/reader.rb', line 12

def date
  @date
end

#daysObject

Returns the value of attribute days

Returns:

  • (Object)

    the current value of days



12
13
14
# File 'lib/eventdb/reader.rb', line 12

def days
  @days
end

#end_dateObject

Returns the value of attribute end_date

Returns:

  • (Object)

    the current value of end_date



12
13
14
# File 'lib/eventdb/reader.rb', line 12

def end_date
  @end_date
end

#placeObject

Returns the value of attribute place

Returns:

  • (Object)

    the current value of place



12
13
14
# File 'lib/eventdb/reader.rb', line 12

def place
  @place
end

#start_dateObject

Returns the value of attribute start_date

Returns:

  • (Object)

    the current value of start_date



12
13
14
# File 'lib/eventdb/reader.rb', line 12

def start_date
  @start_date
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



12
13
14
# File 'lib/eventdb/reader.rb', line 12

def title
  @title
end