Class: Postsvg::Token

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

Overview

Token structure

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject

Returns the value of attribute type



5
6
7
# File 'lib/postsvg/tokenizer.rb', line 5

def type
  @type
end

#valueObject

Returns the value of attribute value



5
6
7
# File 'lib/postsvg/tokenizer.rb', line 5

def value
  @value
end