Sha256: 2738efbef414e3256781f3940be34520895426e15b791efb1c1922013ddc9936
Contents?: true
Size: 316 Bytes
Versions: 5
Compression:
Stored size: 316 Bytes
Contents
require "app_store" # Represents a company (the application developper) # The following attributes are available: # * <tt>title</tt>: title of the company, or name of the developper. # * <tt>url</tt>: website url. class AppStore::Company < AppStore::Base plist :mapping => { 'title' => :title, 'url' => :url } end
Version data entries
5 entries across 5 versions & 1 rubygems