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
:nodoc:.
-
#value ⇒ Object
readonly
:nodoc:.
Instance Method Summary collapse
-
#initialize(key_, value_) ⇒ ExtensionClause
constructor
:nodoc:.
Constructor Details
#initialize(key_, value_) ⇒ ExtensionClause
:nodoc:
201 202 203 204 |
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 201 def initialize(key_, value_) # :nodoc: @key = key_ @value = value_ end |
Instance Attribute Details
#key ⇒ Object (readonly)
:nodoc:
206 207 208 |
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 206 def key @key end |
#value ⇒ Object (readonly)
:nodoc:
207 208 209 |
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 207 def value @value end |