class AppStoreLookup::AppSeller

Attributes

name[R]
url[R]

Public Class Methods

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