Class: AppStoreLookup::AppSupportedDevices
- Inherits:
-
Object
- Object
- AppStoreLookup::AppSupportedDevices
- Defined in:
- lib/app_store_lookup.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ AppSupportedDevices
constructor
A new instance of AppSupportedDevices.
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
#name ⇒ Object (readonly)
Returns the value of attribute name.
61 62 63 |
# File 'lib/app_store_lookup.rb', line 61 def name @name end |