class AppStoreLookup::AppGenre

Attributes

id[R]
name[R]

Public Class Methods

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