Class: RST::EventOptions Private
- Inherits:
-
Struct
- Object
- Struct
- RST::EventOptions
- Defined in:
- lib/rst.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
EventOptions holds the options date,label, and calendar_name
HELPER CLASSES collapse
-
#calendar_name ⇒ Object
Returns the value of attribute calendar_name.
-
#date ⇒ Object
Returns the value of attribute date.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#calendar_name ⇒ Object
Returns the value of attribute calendar_name
440 441 442 |
# File 'lib/rst.rb', line 440 def calendar_name @calendar_name end |
#date ⇒ Object
Returns the value of attribute date
440 441 442 |
# File 'lib/rst.rb', line 440 def date @date end |
#label ⇒ Object
Returns the value of attribute label
440 441 442 |
# File 'lib/rst.rb', line 440 def label @label end |