Class: Platidoma::Configuration

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

Constant Summary collapse

OPTIONS =
[:host].freeze

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host.



7
8
9
# File 'lib/platidoma/configuration.rb', line 7

def host
  @host
end