Class: Kraps::Frame
- Inherits:
-
Struct
- Object
- Struct
- Kraps::Frame
- Defined in:
- lib/kraps/frame.rb
Instance Attribute Summary collapse
-
#partitions ⇒ Object
Returns the value of attribute partitions.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#partitions ⇒ Object
Returns the value of attribute partitions
2 3 4 |
# File 'lib/kraps/frame.rb', line 2 def partitions @partitions end |
#token ⇒ Object
Returns the value of attribute token
2 3 4 |
# File 'lib/kraps/frame.rb', line 2 def token @token end |