class Spaceship::ConnectAPI::BetaGroup
Attributes
created_date[RW]
is_internal_group[RW]
name[RW]
public_link[RW]
public_link_enabled[RW]
public_link_id[RW]
public_link_limit[RW]
public_link_limit_enabled[RW]
Public Class Methods
type()
click to toggle source
# File spaceship/lib/spaceship/connect_api/models/beta_group.rb, line 27 def self.type return "betaGroups" end
Public Instance Methods
post_bulk_beta_tester_assignments(beta_testers: nil)
click to toggle source
beta_testers - [{email: “”, firstName: “”, lastName: “”}]
# 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