Class: RGeo::CoordSys::CS::WKTParser::AuthorityClause
- Inherits:
-
Object
- Object
- RGeo::CoordSys::CS::WKTParser::AuthorityClause
- Defined in:
- lib/rgeo/coord_sys/cs/wkt_parser.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(name_, code_) ⇒ AuthorityClause
constructor
:nodoc:.
-
#to_a ⇒ Object
:nodoc:.
Constructor Details
#initialize(name_, code_) ⇒ AuthorityClause
:nodoc:
190 191 192 193 |
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 190 def initialize(name_, code_) # :nodoc: @name = name_ @code = code_ end |
Instance Method Details
#to_a ⇒ Object
:nodoc:
195 196 197 |
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 195 def to_a # :nodoc: [@name, @code] end |