Class: AppStoreLookup::AppSupportedDevices

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ AppSupportedDevices

Returns a new instance of AppSupportedDevices.



63
64
65
# File 'lib/app_store_lookup.rb', line 63

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

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



61
62
63
# File 'lib/app_store_lookup.rb', line 61

def name
  @name
end