Class: Spaceship::ConnectAPI::BetaScreenshot
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::BetaScreenshot
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/beta_screenshot.rb
Instance Attribute Summary collapse
-
#image_assets ⇒ Object
Returns the value of attribute image_assets.
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
#image_assets ⇒ Object
Returns the value of attribute image_assets.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_screenshot.rb', line 7 def image_assets @image_assets end |
Class Method Details
.type ⇒ Object
13 14 15 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_screenshot.rb', line 13 def self.type return "betaScreenshots" end |