Class: Toptranslation::Resource::LocaleList
- Inherits:
-
Object
- Object
- Toptranslation::Resource::LocaleList
- Includes:
- Enumerable
- Defined in:
- lib/toptranslation/resource/locale_list.rb
Instance Method Summary collapse
- #each ⇒ Object
- #find(code) ⇒ Object
-
#initialize(connection, options = {}) ⇒ LocaleList
constructor
A new instance of LocaleList.
Constructor Details
#initialize(connection, options = {}) ⇒ LocaleList
Returns a new instance of LocaleList.
5 6 7 8 |
# File 'lib/toptranslation/resource/locale_list.rb', line 5 def initialize(connection, = {}) @connection = connection @options = end |