Class: Twilic::Core::V2::DecodeState

Inherits:
Object
  • Object
show all
Defined in:
lib/twilic/core/v2.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDecodeState

Returns a new instance of DecodeState.



52
53
54
55
56
# File 'lib/twilic/core/v2.rb', line 52

def initialize
  @keys = []
  @strings = []
  @shapes = []
end

Instance Attribute Details

#keysObject

Returns the value of attribute keys.



50
51
52
# File 'lib/twilic/core/v2.rb', line 50

def keys
  @keys
end

#shapesObject

Returns the value of attribute shapes.



50
51
52
# File 'lib/twilic/core/v2.rb', line 50

def shapes
  @shapes
end

#stringsObject

Returns the value of attribute strings.



50
51
52
# File 'lib/twilic/core/v2.rb', line 50

def strings
  @strings
end