Class: Util::Config
- Inherits:
-
Struct
- Object
- Struct
- Util::Config
- Defined in:
- lib/util.rb
Instance Attribute Summary collapse
-
#artifact_id ⇒ Object
Returns the value of attribute artifact_id.
-
#group_id ⇒ Object
Returns the value of attribute group_id.
-
#repository_technique ⇒ Object
Returns the value of attribute repository_technique.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
Instance Attribute Details
#artifact_id ⇒ Object
Returns the value of attribute artifact_id
5 6 7 |
# File 'lib/util.rb', line 5 def artifact_id @artifact_id end |
#group_id ⇒ Object
Returns the value of attribute group_id
5 6 7 |
# File 'lib/util.rb', line 5 def group_id @group_id end |
#repository_technique ⇒ Object
Returns the value of attribute repository_technique
5 6 7 |
# File 'lib/util.rb', line 5 def repository_technique @repository_technique end |
#service_name ⇒ Object
Returns the value of attribute service_name
5 6 7 |
# File 'lib/util.rb', line 5 def service_name @service_name end |