Class: Spaceship::ConnectAPI::BetaGroup
- Inherits:
-
Object
- Object
- Spaceship::ConnectAPI::BetaGroup
- Includes:
- Model
- Defined in:
- spaceship/lib/spaceship/connect_api/models/beta_group.rb
Instance Attribute Summary collapse
-
#created_date ⇒ Object
Returns the value of attribute created_date.
-
#is_internal_group ⇒ Object
Returns the value of attribute is_internal_group.
-
#name ⇒ Object
Returns the value of attribute name.
-
#public_link ⇒ Object
Returns the value of attribute public_link.
-
#public_link_enabled ⇒ Object
Returns the value of attribute public_link_enabled.
-
#public_link_id ⇒ Object
Returns the value of attribute public_link_id.
-
#public_link_limit ⇒ Object
Returns the value of attribute public_link_limit.
-
#public_link_limit_enabled ⇒ Object
Returns the value of attribute public_link_limit_enabled.
Attributes included from Model
Class Method Summary collapse
Instance Method Summary collapse
-
#post_bulk_beta_tester_assignments(beta_testers: nil) ⇒ Object
beta_testers - [“”, firstName: “”, lastName: “”].
Methods included from Model
#attr_mapping, included, #initialize, #to_json, #update_attributes
Instance Attribute Details
#created_date ⇒ Object
Returns the value of attribute created_date.
8 9 10 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_group.rb', line 8 def created_date @created_date end |
#is_internal_group ⇒ Object
Returns the value of attribute is_internal_group.
9 10 11 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_group.rb', line 9 def is_internal_group @is_internal_group end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_group.rb', line 7 def name @name end |
#public_link ⇒ Object
Returns the value of attribute public_link.
14 15 16 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_group.rb', line 14 def public_link @public_link end |
#public_link_enabled ⇒ Object
Returns the value of attribute public_link_enabled.
10 11 12 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_group.rb', line 10 def public_link_enabled @public_link_enabled end |
#public_link_id ⇒ Object
Returns the value of attribute public_link_id.
11 12 13 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_group.rb', line 11 def public_link_id @public_link_id end |
#public_link_limit ⇒ Object
Returns the value of attribute public_link_limit.
13 14 15 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_group.rb', line 13 def public_link_limit @public_link_limit end |
#public_link_limit_enabled ⇒ Object
Returns the value of attribute public_link_limit_enabled.
12 13 14 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_group.rb', line 12 def public_link_limit_enabled @public_link_limit_enabled end |
Class Method Details
.type ⇒ Object
27 28 29 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_group.rb', line 27 def self.type return "betaGroups" end |
Instance Method Details
#post_bulk_beta_tester_assignments(beta_testers: nil) ⇒ Object
beta_testers - [“”, firstName: “”, lastName: “”]
36 37 38 |
# File 'spaceship/lib/spaceship/connect_api/models/beta_group.rb', line 36 def post_bulk_beta_tester_assignments(beta_testers: nil) return Spaceship::ConnectAPI.post_bulk_beta_tester_assignments(beta_group_id: id, beta_testers: beta_testers) end |