Class: Spaceship::ConnectAPI::TerritoryAvailability
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::TerritoryAvailability
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/territory_availability.rb
Defined Under Namespace
Modules: ContentStatus
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#content_statuses ⇒ Object
Returns the value of attribute content_statuses.
-
#pre_order_enabled ⇒ Object
Returns the value of attribute pre_order_enabled.
-
#pre_order_publish_date ⇒ Object
Returns the value of attribute pre_order_publish_date.
-
#release_date ⇒ Object
Returns the value of attribute release_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
#available ⇒ Object
Returns the value of attribute available.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/territory_availability.rb', line 7 def available @available end |
#content_statuses ⇒ Object
Returns the value of attribute content_statuses.
8 9 10 |
# File 'spaceship/lib/spaceship/connect_api/models/territory_availability.rb', line 8 def content_statuses @content_statuses end |
#pre_order_enabled ⇒ Object
Returns the value of attribute pre_order_enabled.
9 10 11 |
# File 'spaceship/lib/spaceship/connect_api/models/territory_availability.rb', line 9 def pre_order_enabled @pre_order_enabled end |
#pre_order_publish_date ⇒ Object
Returns the value of attribute pre_order_publish_date.
10 11 12 |
# File 'spaceship/lib/spaceship/connect_api/models/territory_availability.rb', line 10 def pre_order_publish_date @pre_order_publish_date end |
#release_date ⇒ Object
Returns the value of attribute release_date.
11 12 13 |
# File 'spaceship/lib/spaceship/connect_api/models/territory_availability.rb', line 11 def release_date @release_date end |
Class Method Details
.type ⇒ Object
57 58 59 |
# File 'spaceship/lib/spaceship/connect_api/models/territory_availability.rb', line 57 def self.type return 'territoryAvailabilities' end |