Class: Spaceship::ConnectAPI::AppPricePoint
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::AppPricePoint
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/app_price_point.rb
Instance Attribute Summary collapse
-
#customer_price ⇒ Object
Returns the value of attribute customer_price.
-
#price_tier ⇒ Object
Returns the value of attribute price_tier.
-
#proceeds ⇒ Object
Returns the value of attribute proceeds.
-
#territory ⇒ Object
Returns the value of attribute territory.
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
#customer_price ⇒ Object
Returns the value of attribute customer_price.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/app_price_point.rb', line 7 def customer_price @customer_price end |
#price_tier ⇒ Object
Returns the value of attribute price_tier.
11 12 13 |
# File 'spaceship/lib/spaceship/connect_api/models/app_price_point.rb', line 11 def price_tier @price_tier end |
#proceeds ⇒ Object
Returns the value of attribute proceeds.
9 10 11 |
# File 'spaceship/lib/spaceship/connect_api/models/app_price_point.rb', line 9 def proceeds @proceeds end |
#territory ⇒ Object
Returns the value of attribute territory.
12 13 14 |
# File 'spaceship/lib/spaceship/connect_api/models/app_price_point.rb', line 12 def territory @territory end |
Class Method Details
.type ⇒ Object
21 22 23 |
# File 'spaceship/lib/spaceship/connect_api/models/app_price_point.rb', line 21 def self.type return "appPricePoints" end |