Class: JXL::Bit::Field::Distribution
- Inherits:
-
Data
- Object
- Data
- JXL::Bit::Field::Distribution
- Defined in:
- lib/jxl/bit/field.rb
Instance Attribute Summary collapse
-
#bits ⇒ Object
readonly
Returns the value of attribute bits.
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#bits ⇒ Object (readonly)
Returns the value of attribute bits
6 7 8 |
# File 'lib/jxl/bit/field.rb', line 6 def bits @bits end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset
6 7 8 |
# File 'lib/jxl/bit/field.rb', line 6 def offset @offset end |
#value ⇒ Object (readonly)
Returns the value of attribute value
6 7 8 |
# File 'lib/jxl/bit/field.rb', line 6 def value @value end |