Class: Jobshop::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#host=(value) ⇒ Object (writeonly)

Sets the attribute host

Parameters:

  • value

    the value to set the attribute host to.



17
18
19
# File 'lib/jobshop.rb', line 17

def host=(value)
  @host = value
end

Instance Method Details

#default_url_optionsObject



19
20
21
# File 'lib/jobshop.rb', line 19

def default_url_options
  {}
end