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



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

def instruction
  @instruction
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



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

def mode
  @mode
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



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

def tag
  @tag
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



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

def text
  @text
end

Instance Method Details

#to_sObject



33
34
35
# File 'lib/vangrail/spotlight.rb', line 33

def to_s
  text
end