Class: JXL::Container::Box
- Inherits:
-
Data
- Object
- Data
- JXL::Container::Box
- Defined in:
- lib/jxl/container/box.rb
Instance Attribute Summary collapse
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#uuid ⇒ Object
readonly
Returns the value of attribute uuid.
Instance Attribute Details
#offset ⇒ Object (readonly)
Returns the value of attribute offset
5 6 7 |
# File 'lib/jxl/container/box.rb', line 5 def offset @offset end |
#payload ⇒ Object (readonly)
Returns the value of attribute payload
5 6 7 |
# File 'lib/jxl/container/box.rb', line 5 def payload @payload end |
#size ⇒ Object (readonly)
Returns the value of attribute size
5 6 7 |
# File 'lib/jxl/container/box.rb', line 5 def size @size end |
#type ⇒ Object (readonly)
Returns the value of attribute type
5 6 7 |
# File 'lib/jxl/container/box.rb', line 5 def type @type end |
#uuid ⇒ Object (readonly)
Returns the value of attribute uuid
5 6 7 |
# File 'lib/jxl/container/box.rb', line 5 def uuid @uuid end |