Class: Spaceship::ConnectAPI::AppPricePoint

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

Instance Attribute Summary collapse

Attributes included from Model

#id, #reverse_attr_map

Class Method Summary collapse

Methods included from Model

#attr_mapping, included, #initialize, #reverse_attr_mapping, #to_json, #update_attributes

Instance Attribute Details

#customer_priceObject

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_tierObject

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

#proceedsObject

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

#territoryObject

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

.typeObject



21
22
23
# File 'spaceship/lib/spaceship/connect_api/models/app_price_point.rb', line 21

def self.type
  return "appPricePoints"
end