Class: Util::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/util.rb

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_idObject

Returns the value of attribute artifact_id

Returns:

  • (Object)

    the current value of artifact_id



5
6
7
# File 'lib/util.rb', line 5

def artifact_id
  @artifact_id
end

#group_idObject

Returns the value of attribute group_id

Returns:

  • (Object)

    the current value of group_id



5
6
7
# File 'lib/util.rb', line 5

def group_id
  @group_id
end

#repository_techniqueObject

Returns the value of attribute repository_technique

Returns:

  • (Object)

    the current value of repository_technique



5
6
7
# File 'lib/util.rb', line 5

def repository_technique
  @repository_technique
end

#service_nameObject

Returns the value of attribute service_name

Returns:

  • (Object)

    the current value of service_name



5
6
7
# File 'lib/util.rb', line 5

def service_name
  @service_name
end