Class: Units::UnitDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/units/system.rb

Instance Attribute Summary collapse

Instance Attribute Details

#biasObject

Returns the value of attribute bias

Returns:

  • (Object)

    the current value of bias



57
58
59
# File 'lib/units/system.rb', line 57

def bias
  @bias
end

#decompositionObject

Returns the value of attribute decomposition

Returns:

  • (Object)

    the current value of decomposition



57
58
59
# File 'lib/units/system.rb', line 57

def decomposition
  @decomposition
end

#dimObject

Returns the value of attribute dim

Returns:

  • (Object)

    the current value of dim



57
58
59
# File 'lib/units/system.rb', line 57

def dim
  @dim
end

#factorObject

Returns the value of attribute factor

Returns:

  • (Object)

    the current value of factor



57
58
59
# File 'lib/units/system.rb', line 57

def factor
  @factor
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



57
58
59
# File 'lib/units/system.rb', line 57

def name
  @name
end