class Spaceship::Tunes::IAPFamilyList

Attributes

application[RW]

@return (Spaceship::Tunes::Application) A reference to the application

family_id[RW]

@return (Intger) the Family Id

name[RW]

@return (String) the family name

Public Instance Methods

edit() click to toggle source

return a editable family object

# File spaceship/lib/spaceship/tunes/iap_family_list.rb, line 21
def edit
  attrs = client.load_iap_family(app_id: application.apple_id, family_id: self.family_id)
  attrs[:application] = application
  Tunes::IAPFamilyDetails.new(attrs)
end