Class: Rem2ics::CLI::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/rem2ics/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#horizonObject

Returns the value of attribute horizon

Returns:

  • (Object)

    the current value of horizon



23
24
25
# File 'lib/rem2ics/cli.rb', line 23

def horizon
  @horizon
end

#organizerObject

Returns the value of attribute organizer

Returns:

  • (Object)

    the current value of organizer



23
24
25
# File 'lib/rem2ics/cli.rb', line 23

def organizer
  @organizer
end

#pathsObject

Returns the value of attribute paths

Returns:

  • (Object)

    the current value of paths



23
24
25
# File 'lib/rem2ics/cli.rb', line 23

def paths
  @paths
end

#todayObject

Returns the value of attribute today

Returns:

  • (Object)

    the current value of today



23
24
25
# File 'lib/rem2ics/cli.rb', line 23

def today
  @today
end