Class: TestInfo
- Inherits:
-
DYBaseObj
- Object
- DYBaseObj
- TestInfo
- Defined in:
- lib/DYAutomate/Command/TaksFlow/test.rb
Instance Attribute Summary collapse
-
#git_branch ⇒ Object
Returns the value of attribute git_branch.
-
#has_merge_master ⇒ Object
Returns the value of attribute has_merge_master.
-
#ipa_qrcode_url ⇒ Object
Returns the value of attribute ipa_qrcode_url.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#git_branch ⇒ Object
Returns the value of attribute git_branch.
7 8 9 |
# File 'lib/DYAutomate/Command/TaksFlow/test.rb', line 7 def git_branch @git_branch end |
#has_merge_master ⇒ Object
Returns the value of attribute has_merge_master.
9 10 11 |
# File 'lib/DYAutomate/Command/TaksFlow/test.rb', line 9 def has_merge_master @has_merge_master end |
#ipa_qrcode_url ⇒ Object
Returns the value of attribute ipa_qrcode_url.
10 11 12 |
# File 'lib/DYAutomate/Command/TaksFlow/test.rb', line 10 def ipa_qrcode_url @ipa_qrcode_url end |
#user_name ⇒ Object
Returns the value of attribute user_name.
5 6 7 |
# File 'lib/DYAutomate/Command/TaksFlow/test.rb', line 5 def user_name @user_name end |
#version ⇒ Object
Returns the value of attribute version.
8 9 10 |
# File 'lib/DYAutomate/Command/TaksFlow/test.rb', line 8 def version @version end |