Class: Platidoma::Configuration
- Inherits:
-
Object
- Object
- Platidoma::Configuration
- Defined in:
- lib/platidoma/configuration.rb
Constant Summary collapse
- OPTIONS =
[:host].freeze
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
7 8 9 |
# File 'lib/platidoma/configuration.rb', line 7 def host @host end |