Class: Spaceship::ConnectAPI::BetaAppLocalization
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::BetaAppLocalization
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/beta_app_localization.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#feedback_email ⇒ Object
Returns the value of attribute feedback_email.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#marketing_url ⇒ Object
Returns the value of attribute marketing_url.
-
#privacy_policy_url ⇒ Object
Returns the value of attribute privacy_policy_url.
-
#tv_os_privacy_policy ⇒ Object
Returns the value of attribute tv_os_privacy_policy.
Attributes included from Model
Class Method Summary collapse
Methods included from Model
#attr_mapping, included, #initialize, #update_attributes
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
11 12 13 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_app_localization.rb', line 11 def description @description end |
#feedback_email ⇒ Object
Returns the value of attribute feedback_email.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_app_localization.rb', line 7 def feedback_email @feedback_email end |
#locale ⇒ Object
Returns the value of attribute locale.
12 13 14 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_app_localization.rb', line 12 def locale @locale end |
#marketing_url ⇒ Object
Returns the value of attribute marketing_url.
8 9 10 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_app_localization.rb', line 8 def marketing_url @marketing_url end |
#privacy_policy_url ⇒ Object
Returns the value of attribute privacy_policy_url.
9 10 11 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_app_localization.rb', line 9 def privacy_policy_url @privacy_policy_url end |
#tv_os_privacy_policy ⇒ Object
Returns the value of attribute tv_os_privacy_policy.
10 11 12 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_app_localization.rb', line 10 def tv_os_privacy_policy @tv_os_privacy_policy end |
Class Method Details
.type ⇒ Object
23 24 25 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_app_localization.rb', line 23 def self.type return "betaAppLocalizations" end |