Class: Inari::Configuration::Server

Inherits:
Struct
  • Object
show all
Defined in:
lib/inari/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



6
7
8
# File 'lib/inari/configuration.rb', line 6

def host
  @host
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



6
7
8
# File 'lib/inari/configuration.rb', line 6

def options
  @options
end