Class: Server
- Inherits:
-
Struct
- Object
- Struct
- Server
- Defined in:
- lib/server.rb
Overview
represents a server connection for a Flareshow resource
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#host ⇒ Object
Returns the value of attribute host.
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain
2 3 4 |
# File 'lib/server.rb', line 2 def domain @domain end |
#host ⇒ Object
Returns the value of attribute host
2 3 4 |
# File 'lib/server.rb', line 2 def host @host end |