Class: Headdesk::Ipa::Entitlements
- Inherits:
-
Struct
- Object
- Struct
- Headdesk::Ipa::Entitlements
- Defined in:
- lib/headdesk/ipa.rb
Instance Attribute Summary collapse
-
#application_identifier ⇒ Object
Returns the value of attribute application_identifier.
-
#aps_environment ⇒ Object
Returns the value of attribute aps_environment.
-
#associated_domains ⇒ Object
Returns the value of attribute associated_domains.
-
#get_task_allow ⇒ Object
Returns the value of attribute get_task_allow.
-
#team_identifier ⇒ Object
Returns the value of attribute team_identifier.
Instance Attribute Details
#application_identifier ⇒ Object
Returns the value of attribute application_identifier
17 18 19 |
# File 'lib/headdesk/ipa.rb', line 17 def application_identifier @application_identifier end |
#aps_environment ⇒ Object
Returns the value of attribute aps_environment
17 18 19 |
# File 'lib/headdesk/ipa.rb', line 17 def aps_environment @aps_environment end |
#associated_domains ⇒ Object
Returns the value of attribute associated_domains
17 18 19 |
# File 'lib/headdesk/ipa.rb', line 17 def associated_domains @associated_domains end |
#get_task_allow ⇒ Object
Returns the value of attribute get_task_allow
17 18 19 |
# File 'lib/headdesk/ipa.rb', line 17 def get_task_allow @get_task_allow end |
#team_identifier ⇒ Object
Returns the value of attribute team_identifier
17 18 19 |
# File 'lib/headdesk/ipa.rb', line 17 def team_identifier @team_identifier end |