Class: Twilic::Core::InteropFixtures::InteropFrame

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

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject (readonly)

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



9
10
11
# File 'lib/twilic/core/interop_fixtures.rb', line 9

def bytes
  @bytes
end

#hexObject (readonly)

Returns the value of attribute hex

Returns:

  • (Object)

    the current value of hex



9
10
11
# File 'lib/twilic/core/interop_fixtures.rb', line 9

def hex
  @hex
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



9
10
11
# File 'lib/twilic/core/interop_fixtures.rb', line 9

def label
  @label
end

#streamObject (readonly)

Returns the value of attribute stream

Returns:

  • (Object)

    the current value of stream



9
10
11
# File 'lib/twilic/core/interop_fixtures.rb', line 9

def stream
  @stream
end