Class: Spaceship::ConnectAPI::AppPrice

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
spaceship/lib/spaceship/connect_api/models/app_price.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

#price_tierObject

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_dateObject

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

.typeObject



17
18
19
# File 'spaceship/lib/spaceship/connect_api/models/app_price.rb', line 17

def self.type
  return "appPrices"
end