Class: Spaceship::ConnectAPI::BetaScreenshot

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
spaceship/lib/spaceship/connect_api/models/beta_screenshot.rb

Instance Attribute Summary collapse

Attributes included from Model

#id

Class Method Summary collapse

Methods included from Model

#attr_mapping, included, #initialize, #update_attributes

Instance Attribute Details

#image_assetsObject

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

.typeObject



13
14
15
# File 'spaceship/lib/spaceship/connect_api/models/beta_screenshot.rb', line 13

def self.type
  return "betaScreenshots"
end