Class: Mqrb::Config
- Inherits:
-
Object
- Object
- Mqrb::Config
- Defined in:
- lib/mqrb/config.rb
Instance Attribute Summary collapse
-
#dir_dist ⇒ Object
Returns the value of attribute dir_dist.
-
#dir_pj ⇒ Object
Returns the value of attribute dir_pj.
-
#dir_runtime ⇒ Object
Returns the value of attribute dir_runtime.
-
#loader ⇒ Object
Returns the value of attribute loader.
-
#name ⇒ Object
Returns the value of attribute name.
-
#runtime ⇒ Object
Returns the value of attribute runtime.
Instance Attribute Details
#dir_dist ⇒ Object
Returns the value of attribute dir_dist.
5 6 7 |
# File 'lib/mqrb/config.rb', line 5 def dir_dist @dir_dist end |
#dir_pj ⇒ Object
Returns the value of attribute dir_pj.
4 5 6 |
# File 'lib/mqrb/config.rb', line 4 def dir_pj @dir_pj end |
#dir_runtime ⇒ Object
Returns the value of attribute dir_runtime.
6 7 8 |
# File 'lib/mqrb/config.rb', line 6 def dir_runtime @dir_runtime end |
#loader ⇒ Object
Returns the value of attribute loader.
8 9 10 |
# File 'lib/mqrb/config.rb', line 8 def loader @loader end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/mqrb/config.rb', line 3 def name @name end |
#runtime ⇒ Object
Returns the value of attribute runtime.
7 8 9 |
# File 'lib/mqrb/config.rb', line 7 def runtime @runtime end |