Class: Markleft::Token

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

Overview

—————– Nodes —————– #

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



188
189
190
# File 'lib/markleft.rb', line 188

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



188
189
190
# File 'lib/markleft.rb', line 188

def value
  @value
end