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

Version Path
app_store-0.1.2 lib/app_store/company.rb
app_store-0.1.0 lib/app_store/company.rb
app_store-0.0.4 lib/app_store/company.rb
app_store-0.0.3 lib/app_store/company.rb
app_store-0.0.1 lib/app_store/company.rb