Class: Mqrb::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/mqrb/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dir_distObject

Returns the value of attribute dir_dist.



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

def dir_dist
  @dir_dist
end

#dir_pjObject

Returns the value of attribute dir_pj.



4
5
6
# File 'lib/mqrb/config.rb', line 4

def dir_pj
  @dir_pj
end

#dir_runtimeObject

Returns the value of attribute dir_runtime.



6
7
8
# File 'lib/mqrb/config.rb', line 6

def dir_runtime
  @dir_runtime
end

#loaderObject

Returns the value of attribute loader.



8
9
10
# File 'lib/mqrb/config.rb', line 8

def loader
  @loader
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/mqrb/config.rb', line 3

def name
  @name
end

#runtimeObject

Returns the value of attribute runtime.



7
8
9
# File 'lib/mqrb/config.rb', line 7

def runtime
  @runtime
end