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:
244 245 246 247 |
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 244 def initialize(name, code) # :nodoc: @name = name @code = code end |
Instance Method Details
#to_a ⇒ Object
:nodoc:
249 250 251 |
# File 'lib/rgeo/coord_sys/cs/wkt_parser.rb', line 249 def to_a # :nodoc: [@name, @code] end |