Class: Cupertino::ProvisioningPortal::AppID

Inherits:
Struct
  • Object
show all
Defined in:
lib/cupertino/provisioning_portal.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bundle_seed_idObject

Returns the value of attribute bundle_seed_id

Returns:

  • (Object)

    the current value of bundle_seed_id



23
24
25
# File 'lib/cupertino/provisioning_portal.rb', line 23

def bundle_seed_id
  @bundle_seed_id
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



23
24
25
# File 'lib/cupertino/provisioning_portal.rb', line 23

def description
  @description
end

#development_propertiesObject

Returns the value of attribute development_properties

Returns:

  • (Object)

    the current value of development_properties



23
24
25
# File 'lib/cupertino/provisioning_portal.rb', line 23

def development_properties
  @development_properties
end

#distribution_propertiesObject

Returns the value of attribute distribution_properties

Returns:

  • (Object)

    the current value of distribution_properties



23
24
25
# File 'lib/cupertino/provisioning_portal.rb', line 23

def distribution_properties
  @distribution_properties
end

Instance Method Details

#to_sObject



24
25
26
# File 'lib/cupertino/provisioning_portal.rb', line 24

def to_s
  "#{self.bundle_seed_id}"
end