Class: Rem2ics::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- Rem2ics::CLI::Options
- Defined in:
- lib/rem2ics/cli.rb
Instance Attribute Summary collapse
-
#horizon ⇒ Object
Returns the value of attribute horizon.
-
#organizer ⇒ Object
Returns the value of attribute organizer.
-
#paths ⇒ Object
Returns the value of attribute paths.
-
#today ⇒ Object
Returns the value of attribute today.
Instance Attribute Details
#horizon ⇒ Object
Returns the value of attribute horizon
23 24 25 |
# File 'lib/rem2ics/cli.rb', line 23 def horizon @horizon end |
#organizer ⇒ Object
Returns the value of attribute organizer
23 24 25 |
# File 'lib/rem2ics/cli.rb', line 23 def organizer @organizer end |
#paths ⇒ Object
Returns the value of attribute paths
23 24 25 |
# File 'lib/rem2ics/cli.rb', line 23 def paths @paths end |
#today ⇒ Object
Returns the value of attribute today
23 24 25 |
# File 'lib/rem2ics/cli.rb', line 23 def today @today end |