class AppStoreLookup::AppSupportedDevices

Attributes

name[R]

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/app_store_lookup.rb, line 63
def initialize(attributes = {})
        @name = attributes[:name]
end