Class: Spaceship::ConnectAPI::TerritoryAvailability

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

Defined Under Namespace

Modules: ContentStatus

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

#availableObject

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_statusesObject

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_enabledObject

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_dateObject

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_dateObject

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

.typeObject



57
58
59
# File 'spaceship/lib/spaceship/connect_api/models/territory_availability.rb', line 57

def self.type
  return 'territoryAvailabilities'
end