Class: Thrust::DeploymentTarget
- Inherits:
-
Object
- Object
- Thrust::DeploymentTarget
- Defined in:
- lib/thrust/deployment_target.rb
Instance Attribute Summary collapse
-
#distribution_list ⇒ Object
readonly
Returns the value of attribute distribution_list.
-
#ios_build_configuration ⇒ Object
readonly
Returns the value of attribute ios_build_configuration.
-
#ios_provisioning_search_query ⇒ Object
readonly
Returns the value of attribute ios_provisioning_search_query.
-
#ios_target ⇒ Object
readonly
Returns the value of attribute ios_target.
-
#note_generation_method ⇒ Object
readonly
Returns the value of attribute note_generation_method.
-
#notify ⇒ Object
readonly
Returns the value of attribute notify.
-
#tag ⇒ Object
readonly
Returns the value of attribute tag.
-
#versioning_method ⇒ Object
readonly
Returns the value of attribute versioning_method.
Instance Method Summary collapse
-
#initialize(attributes) ⇒ DeploymentTarget
constructor
A new instance of DeploymentTarget.
Constructor Details
#initialize(attributes) ⇒ DeploymentTarget
Returns a new instance of DeploymentTarget.
12 13 14 15 16 17 18 19 20 21 |
# File 'lib/thrust/deployment_target.rb', line 12 def initialize(attributes) @distribution_list = attributes['distribution_list'] @ios_build_configuration = attributes['ios_build_configuration'] @ios_provisioning_search_query = attributes['ios_provisioning_search_query'] @ios_target = attributes['ios_target'] @note_generation_method = attributes['note_generation_method'] @notify = attributes['notify'] @versioning_method = attributes['versioning_method'] @tag = attributes['tag'] end |
Instance Attribute Details
#distribution_list ⇒ Object (readonly)
Returns the value of attribute distribution_list.
3 4 5 |
# File 'lib/thrust/deployment_target.rb', line 3 def distribution_list @distribution_list end |
#ios_build_configuration ⇒ Object (readonly)
Returns the value of attribute ios_build_configuration.
3 4 5 |
# File 'lib/thrust/deployment_target.rb', line 3 def ios_build_configuration @ios_build_configuration end |
#ios_provisioning_search_query ⇒ Object (readonly)
Returns the value of attribute ios_provisioning_search_query.
3 4 5 |
# File 'lib/thrust/deployment_target.rb', line 3 def ios_provisioning_search_query @ios_provisioning_search_query end |
#ios_target ⇒ Object (readonly)
Returns the value of attribute ios_target.
3 4 5 |
# File 'lib/thrust/deployment_target.rb', line 3 def ios_target @ios_target end |
#note_generation_method ⇒ Object (readonly)
Returns the value of attribute note_generation_method.
3 4 5 |
# File 'lib/thrust/deployment_target.rb', line 3 def note_generation_method @note_generation_method end |
#notify ⇒ Object (readonly)
Returns the value of attribute notify.
3 4 5 |
# File 'lib/thrust/deployment_target.rb', line 3 def notify @notify end |
#tag ⇒ Object (readonly)
Returns the value of attribute tag.
3 4 5 |
# File 'lib/thrust/deployment_target.rb', line 3 def tag @tag end |
#versioning_method ⇒ Object (readonly)
Returns the value of attribute versioning_method.
3 4 5 |
# File 'lib/thrust/deployment_target.rb', line 3 def versioning_method @versioning_method end |