Class: Spaceship::ConnectAPI::AppPrice
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::AppPrice
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/app_price.rb
Instance Attribute Summary collapse
-
#price_tier ⇒ Object
Returns the value of attribute price_tier.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
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
#price_tier ⇒ Object
Returns the value of attribute price_tier.
9 10 11 |
# File 'spaceship/lib/spaceship/connect_api/models/app_price.rb', line 9 def price_tier @price_tier end |
#start_date ⇒ Object
Returns the value of attribute start_date.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/app_price.rb', line 7 def start_date @start_date end |
Class Method Details
.type ⇒ Object
17 18 19 |
# File 'spaceship/lib/spaceship/connect_api/models/app_price.rb', line 17 def self.type return "appPrices" end |