Class: Util::Config
- Inherits:
-
Struct
- Object
- Struct
- Util::Config
- Defined in:
- lib/util.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#port ⇒ Object
Returns the value of attribute port.
-
#project_name ⇒ Object
Returns the value of attribute project_name.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
9 10 11 |
# File 'lib/util.rb', line 9 def host @host end |
#port ⇒ Object
Returns the value of attribute port
9 10 11 |
# File 'lib/util.rb', line 9 def port @port end |
#project_name ⇒ Object
Returns the value of attribute project_name
9 10 11 |
# File 'lib/util.rb', line 9 def project_name @project_name end |