Class: JXL::Bit::Field::Distribution

Inherits:
Data
  • Object
show all
Defined in:
lib/jxl/bit/field.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bitsObject (readonly)

Returns the value of attribute bits

Returns:

  • (Object)

    the current value of bits



6
7
8
# File 'lib/jxl/bit/field.rb', line 6

def bits
  @bits
end

#offsetObject (readonly)

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



6
7
8
# File 'lib/jxl/bit/field.rb', line 6

def offset
  @offset
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/jxl/bit/field.rb', line 6

def value
  @value
end