Class: EventDb::EventReader::Event
- Inherits:
-
Struct
- Object
- Struct
- EventDb::EventReader::Event
- Defined in:
- lib/eventdb/reader.rb
Instance Attribute Summary collapse
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#link ⇒ Object
Returns the value of attribute link.
-
#place ⇒ Object
Returns the value of attribute place.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#end_date ⇒ Object
Returns the value of attribute end_date
8 9 10 |
# File 'lib/eventdb/reader.rb', line 8 def end_date @end_date end |
#link ⇒ Object
Returns the value of attribute link
8 9 10 |
# File 'lib/eventdb/reader.rb', line 8 def link @link end |
#place ⇒ Object
Returns the value of attribute place
8 9 10 |
# File 'lib/eventdb/reader.rb', line 8 def place @place end |
#start_date ⇒ Object
Returns the value of attribute start_date
8 9 10 |
# File 'lib/eventdb/reader.rb', line 8 def start_date @start_date end |
#title ⇒ Object
Returns the value of attribute title
8 9 10 |
# File 'lib/eventdb/reader.rb', line 8 def title @title end |