Class: EventDb::EventReader::Event

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateObject

Returns the value of attribute end_date

Returns:

  • (Object)

    the current value of end_date



8
9
10
# File 'lib/eventdb/reader.rb', line 8

def end_date
  @end_date
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



8
9
10
# File 'lib/eventdb/reader.rb', line 8

def link
  @link
end

#placeObject

Returns the value of attribute place

Returns:

  • (Object)

    the current value of place



8
9
10
# File 'lib/eventdb/reader.rb', line 8

def place
  @place
end

#start_dateObject

Returns the value of attribute start_date

Returns:

  • (Object)

    the current value of start_date



8
9
10
# File 'lib/eventdb/reader.rb', line 8

def start_date
  @start_date
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



8
9
10
# File 'lib/eventdb/reader.rb', line 8

def title
  @title
end