Class: Spaceship::ConnectAPI::PreReleaseVersion
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::PreReleaseVersion
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/pre_release_version.rb
Instance Attribute Summary collapse
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#version ⇒ Object
Returns the value of attribute version.
Attributes included from Model
Class Method Summary collapse
Methods included from Model
#attr_mapping, included, #initialize, #update_attributes
Instance Attribute Details
#platform ⇒ Object
Returns the value of attribute platform.
8 9 10 |
# File 'spaceship/lib/spaceship/connect_api/models/pre_release_version.rb', line 8 def platform @platform end |
#version ⇒ Object
Returns the value of attribute version.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/pre_release_version.rb', line 7 def version @version end |
Class Method Details
.type ⇒ Object
15 16 17 |
# File 'spaceship/lib/spaceship/connect_api/models/pre_release_version.rb', line 15 def self.type return "preReleaseVersions" end |