Class: Jobshop::Configuration
- Inherits:
-
Object
- Object
- Jobshop::Configuration
- Defined in:
- lib/jobshop.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
writeonly
Sets the attribute host.
Instance Method Summary collapse
Instance Attribute Details
#host=(value) ⇒ Object (writeonly)
Sets the attribute host
17 18 19 |
# File 'lib/jobshop.rb', line 17 def host=(value) @host = value end |
Instance Method Details
#default_url_options ⇒ Object
19 20 21 |
# File 'lib/jobshop.rb', line 19 def {} end |