Method: Jamf::MacApplication#initialize
- Defined in:
- lib/jamf/api/classic/api_objects/mac_application.rb
#initialize(**args) ⇒ MacApplication
Constructor
67 68 69 70 71 72 73 74 |
# File 'lib/jamf/api/classic/api_objects/mac_application.rb', line 67 def initialize(**args) super general = @init_data[:general] @version = general[:version] @is_free = general[:is_free] @bundle_id = general[:bundle_id] @url = general[:url] end |