Class: RGeo::CoordSys::CS::WKTParser::ExtensionClause
- Inherits:
-
Object
- Object
- RGeo::CoordSys::CS::WKTParser::ExtensionClause
- Defined in:
- lib/rgeo/coord_sys/cs/wkt_parser.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(key, value) ⇒ ExtensionClause
constructor
:nodoc:.
Constructor Details
#initialize(key, value) ⇒ ExtensionClause
:nodoc:
257 258 259 260 |
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 257 def initialize(key, value) # :nodoc: @key = key @value = value end |
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key.
255 256 257 |
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 255 def key @key end |
#value ⇒ Object (readonly)
Returns the value of attribute value.
255 256 257 |
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 255 def value @value end |