Class: JXL::Container::Box

Inherits:
Data
  • Object
show all
Defined in:
lib/jxl/container/box.rb

Instance Attribute Summary collapse

Instance Attribute Details

#offsetObject (readonly)

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



5
6
7
# File 'lib/jxl/container/box.rb', line 5

def offset
  @offset
end

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



5
6
7
# File 'lib/jxl/container/box.rb', line 5

def payload
  @payload
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



5
6
7
# File 'lib/jxl/container/box.rb', line 5

def size
  @size
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/jxl/container/box.rb', line 5

def type
  @type
end

#uuidObject (readonly)

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



5
6
7
# File 'lib/jxl/container/box.rb', line 5

def uuid
  @uuid
end