Class: Ipregistry::Models::Language
- Defined in:
- lib/ipregistry/models/location.rb
Overview
Language information.
Instance Method Summary collapse
-
#native_name ⇒ Object
The language's name in the language itself.
Methods inherited from Base
#==, #[], #hash, #initialize, #inspect, #to_h
Constructor Details
This class inherits a constructor from Ipregistry::Models::Base
Instance Method Details
#native_name ⇒ Object
The language's name in the language itself.
15 16 17 |
# File 'lib/ipregistry/models/location.rb', line 15 def native_name @data["native"] end |