Class: Twilic::Core::InteropFixtures::InteropFrame
- Inherits:
-
Data
- Object
- Data
- Twilic::Core::InteropFixtures::InteropFrame
- Defined in:
- lib/twilic/core/interop_fixtures.rb
Instance Attribute Summary collapse
-
#bytes ⇒ Object
readonly
Returns the value of attribute bytes.
-
#hex ⇒ Object
readonly
Returns the value of attribute hex.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#stream ⇒ Object
readonly
Returns the value of attribute stream.
Instance Attribute Details
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes
9 10 11 |
# File 'lib/twilic/core/interop_fixtures.rb', line 9 def bytes @bytes end |
#hex ⇒ Object (readonly)
Returns the value of attribute hex
9 10 11 |
# File 'lib/twilic/core/interop_fixtures.rb', line 9 def hex @hex end |
#label ⇒ Object (readonly)
Returns the value of attribute label
9 10 11 |
# File 'lib/twilic/core/interop_fixtures.rb', line 9 def label @label end |
#stream ⇒ Object (readonly)
Returns the value of attribute stream
9 10 11 |
# File 'lib/twilic/core/interop_fixtures.rb', line 9 def stream @stream end |