Class: RST::EventOptions Private

Inherits:
Struct
  • Object
show all
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

See Also:

  • RstCommand#get_event_options

HELPER CLASSES collapse

Instance Attribute Details

#calendar_nameObject

Returns the value of attribute calendar_name

Returns:

  • (Object)

    the current value of calendar_name



440
441
442
# File 'lib/rst.rb', line 440

def calendar_name
  @calendar_name
end

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



440
441
442
# File 'lib/rst.rb', line 440

def date
  @date
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



440
441
442
# File 'lib/rst.rb', line 440

def label
  @label
end