Class: Flycal::Mock::EventGenerator::Event
- Inherits:
-
Struct
- Object
- Struct
- Flycal::Mock::EventGenerator::Event
- Defined in:
- lib/flycal/mock/event_generator.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
-
#status ⇒ Object
Returns the value of attribute status.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#transparency ⇒ Object
Returns the value of attribute transparency.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
9 10 11 |
# File 'lib/flycal/mock/event_generator.rb', line 9 def description @description end |
#end ⇒ Object
Returns the value of attribute end
9 10 11 |
# File 'lib/flycal/mock/event_generator.rb', line 9 def end @end end |
#start ⇒ Object
Returns the value of attribute start
9 10 11 |
# File 'lib/flycal/mock/event_generator.rb', line 9 def start @start end |
#status ⇒ Object
Returns the value of attribute status
9 10 11 |
# File 'lib/flycal/mock/event_generator.rb', line 9 def status @status end |
#summary ⇒ Object
Returns the value of attribute summary
9 10 11 |
# File 'lib/flycal/mock/event_generator.rb', line 9 def summary @summary end |
#transparency ⇒ Object
Returns the value of attribute transparency
9 10 11 |
# File 'lib/flycal/mock/event_generator.rb', line 9 def transparency @transparency end |