Class: Spaceship::ConnectAPI::AppClip
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::AppClip
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/app_clip.rb
Instance Attribute Summary collapse
-
#bundle_id ⇒ Object
Returns the value of attribute bundle_id.
Attributes included from Model
Class Method Summary collapse
Methods included from Model
#attr_mapping, included, #initialize, #reverse_attr_mapping, #to_json, #update_attributes
Instance Attribute Details
#bundle_id ⇒ Object
Returns the value of attribute bundle_id.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/app_clip.rb', line 7 def bundle_id @bundle_id end |
Class Method Details
.type ⇒ Object
13 14 15 |
# File 'spaceship/lib/spaceship/connect_api/models/app_clip.rb', line 13 def self.type 'appClips' end |