Class: RGeo::CoordSys::CS::WKTParser::ExtensionClause

Inherits:
Object
  • Object
show all
Defined in:
lib/rgeo/coord_sys/cs/wkt_parser.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#keyObject (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

#valueObject (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