Method: DataMetaDom::DataType#scale

Defined in:
lib/dataMetaDom/dataType.rb

#scaleObject (readonly)

For those data types that have a scale. See SCALE_TYPES on the util.rb.



30
31
32
# File 'lib/dataMetaDom/dataType.rb', line 30

def scale
  @scale
end