Class: Ipregistry::Models::Language

Inherits:
Base
  • Object
show all
Defined in:
lib/ipregistry/models/location.rb

Overview

Language information.

Instance Method Summary collapse

Methods inherited from Base

#==, #[], #hash, #initialize, #inspect, #to_h

Constructor Details

This class inherits a constructor from Ipregistry::Models::Base

Instance Method Details

#native_nameObject

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