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:



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

#keyObject (readonly)

:nodoc:



206
207
208
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 206

def key
  @key
end

#valueObject (readonly)

:nodoc:



207
208
209
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 207

def value
  @value
end