Class: Vangrail::Spotlight::Marked

Inherits:
Struct
  • Object
show all
Defined in:
lib/vangrail/spotlight.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#instructionObject

Returns the value of attribute instruction

Returns:

  • (Object)

    the current value of instruction



30
31
32
# File 'lib/vangrail/spotlight.rb', line 30

def instruction
  @instruction
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



30
31
32
# File 'lib/vangrail/spotlight.rb', line 30

def mode
  @mode
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



30
31
32
# File 'lib/vangrail/spotlight.rb', line 30

def tag
  @tag
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



30
31
32
# File 'lib/vangrail/spotlight.rb', line 30

def text
  @text
end

Instance Method Details

#to_sObject



31
32
33
# File 'lib/vangrail/spotlight.rb', line 31

def to_s
  text
end