Class: AppStoreLookup::AppLanguage

Inherits:
Object
  • Object
show all
Defined in:
lib/app_store_lookup.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ AppLanguage

Returns a new instance of AppLanguage.



108
109
110
# File 'lib/app_store_lookup.rb', line 108

def initialize(attributes = {})
  @code = attributes[:code]
end

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code.



106
107
108
# File 'lib/app_store_lookup.rb', line 106

def code
  @code
end