Class: Vangrail::Spotlight::Marked
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Spotlight::Marked
- Defined in:
- lib/vangrail/spotlight.rb
Instance Attribute Summary collapse
-
#instruction ⇒ Object
Returns the value of attribute instruction.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
Instance Attribute Details
#instruction ⇒ Object
Returns the value of attribute instruction
32 33 34 |
# File 'lib/vangrail/spotlight.rb', line 32 def instruction @instruction end |
#mode ⇒ Object
Returns the value of attribute mode
32 33 34 |
# File 'lib/vangrail/spotlight.rb', line 32 def mode @mode end |
#tag ⇒ Object
Returns the value of attribute tag
32 33 34 |
# File 'lib/vangrail/spotlight.rb', line 32 def tag @tag end |
#text ⇒ Object
Returns the value of attribute text
32 33 34 |
# File 'lib/vangrail/spotlight.rb', line 32 def text @text end |
Instance Method Details
#to_s ⇒ Object
33 34 35 |
# File 'lib/vangrail/spotlight.rb', line 33 def to_s text end |