Class: EventDb::EventReader::Event
- Inherits:
-
Struct
- Object
- Struct
- EventDb::EventReader::Event
- Defined in:
- lib/eventdb/reader.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#days ⇒ Object
Returns the value of attribute days.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#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
#date ⇒ Object
Returns the value of attribute date
12 13 14 |
# File 'lib/eventdb/reader.rb', line 12 def date @date end |
#days ⇒ Object
Returns the value of attribute days
12 13 14 |
# File 'lib/eventdb/reader.rb', line 12 def days @days end |
#end_date ⇒ Object
Returns the value of attribute end_date
12 13 14 |
# File 'lib/eventdb/reader.rb', line 12 def end_date @end_date end |
#place ⇒ Object
Returns the value of attribute place
12 13 14 |
# File 'lib/eventdb/reader.rb', line 12 def place @place end |
#start_date ⇒ Object
Returns the value of attribute start_date
12 13 14 |
# File 'lib/eventdb/reader.rb', line 12 def start_date @start_date end |
#title ⇒ Object
Returns the value of attribute title
12 13 14 |
# File 'lib/eventdb/reader.rb', line 12 def title @title end |