Class: Twilic::Core::V2::DecodeState
- Inherits:
-
Object
- Object
- Twilic::Core::V2::DecodeState
- Defined in:
- lib/twilic/core/v2.rb
Instance Attribute Summary collapse
-
#keys ⇒ Object
Returns the value of attribute keys.
-
#shapes ⇒ Object
Returns the value of attribute shapes.
-
#strings ⇒ Object
Returns the value of attribute strings.
Instance Method Summary collapse
-
#initialize ⇒ DecodeState
constructor
A new instance of DecodeState.
Constructor Details
#initialize ⇒ DecodeState
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
#keys ⇒ Object
Returns the value of attribute keys.
50 51 52 |
# File 'lib/twilic/core/v2.rb', line 50 def keys @keys end |
#shapes ⇒ Object
Returns the value of attribute shapes.
50 51 52 |
# File 'lib/twilic/core/v2.rb', line 50 def shapes @shapes end |
#strings ⇒ Object
Returns the value of attribute strings.
50 51 52 |
# File 'lib/twilic/core/v2.rb', line 50 def strings @strings end |