Class: Cupertino::ProvisioningPortal::AppID

Inherits:
Struct
  • Object
show all
Defined in:
lib/cupertino_compatibility.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



30
31
32
# File 'lib/cupertino_compatibility.rb', line 30

def bundle_seed_id
  @bundle_seed_id
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



30
31
32
# File 'lib/cupertino_compatibility.rb', line 30

def description
  @description
end

#development_propertiesObject

Returns the value of attribute development_properties

Returns:

  • (Object)

    the current value of development_properties



30
31
32
# File 'lib/cupertino_compatibility.rb', line 30

def development_properties
  @development_properties
end

#distribution_propertiesObject

Returns the value of attribute distribution_properties

Returns:

  • (Object)

    the current value of distribution_properties



30
31
32
# File 'lib/cupertino_compatibility.rb', line 30

def distribution_properties
  @distribution_properties
end

Instance Method Details

#to_sObject



31
32
33
# File 'lib/cupertino_compatibility.rb', line 31

def to_s
  "#{self.bundle_seed_id}"
end