Class: Proj::Param

Inherits:
Struct
  • Object
show all
Defined in:
lib/proj/coordinate_operation_mixin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_nameObject

Returns the value of attribute auth_name

Returns:

  • (Object)

    the current value of auth_name



5
6
7
# File 'lib/proj/coordinate_operation_mixin.rb', line 5

def auth_name
  @auth_name
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



5
6
7
# File 'lib/proj/coordinate_operation_mixin.rb', line 5

def code
  @code
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/proj/coordinate_operation_mixin.rb', line 5

def name
  @name
end

#unit_auth_nameObject

Returns the value of attribute unit_auth_name

Returns:

  • (Object)

    the current value of unit_auth_name



5
6
7
# File 'lib/proj/coordinate_operation_mixin.rb', line 5

def unit_auth_name
  @unit_auth_name
end

#unit_categoryObject

Returns the value of attribute unit_category

Returns:

  • (Object)

    the current value of unit_category



5
6
7
# File 'lib/proj/coordinate_operation_mixin.rb', line 5

def unit_category
  @unit_category
end

#unit_codeObject

Returns the value of attribute unit_code

Returns:

  • (Object)

    the current value of unit_code



5
6
7
# File 'lib/proj/coordinate_operation_mixin.rb', line 5

def unit_code
  @unit_code
end

#unit_conv_factorObject

Returns the value of attribute unit_conv_factor

Returns:

  • (Object)

    the current value of unit_conv_factor



5
6
7
# File 'lib/proj/coordinate_operation_mixin.rb', line 5

def unit_conv_factor
  @unit_conv_factor
end

#unit_nameObject

Returns the value of attribute unit_name

Returns:

  • (Object)

    the current value of unit_name



5
6
7
# File 'lib/proj/coordinate_operation_mixin.rb', line 5

def unit_name
  @unit_name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/proj/coordinate_operation_mixin.rb', line 5

def value
  @value
end

#value_stringObject

Returns the value of attribute value_string

Returns:

  • (Object)

    the current value of value_string



5
6
7
# File 'lib/proj/coordinate_operation_mixin.rb', line 5

def value_string
  @value_string
end