Method: IOSDeveloper::Profile#initialize
- Defined in:
- lib/iosdeveloper/profile.rb
#initialize(name, app_id, status, type, download_url) ⇒ Profile
Returns a new instance of Profile.
5 6 7 8 9 10 11 |
# File 'lib/iosdeveloper/profile.rb', line 5 def initialize(name, app_id, status, type, download_url) @name = name @app_id = app_id @status = status @type = type @download_url = download_url end |