Sha256: aea6252cee87fa9a219150590028ab5bd73622f5ac2a317c529ac8c6ee17abb2

Contents?: true

Size: 301 Bytes

Versions: 6

Compression:

Stored size: 301 Bytes

Contents

module IOSDeveloper

  class Profile

    def initialize(name, app_id, status, type, download_url)
      @name = name
      @app_id = app_id
      @status = status
      @type = type
      @download_url = download_url
    end

    attr_reader :name, :app_id, :status, :type, :download_url

  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iosdeveloper-0.3.3 lib/iosdeveloper/profile.rb
iosdeveloper-0.3.2 lib/iosdeveloper/profile.rb
iosdeveloper-0.3.1 lib/iosdeveloper/profile.rb
iosdeveloper-0.3.0 lib/iosdeveloper/profile.rb
iosdeveloper-0.2.0 lib/iosdeveloper/profile.rb
iosdeveloper-0.1.3 lib/iosdeveloper/profile.rb