Class: Server

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

Overview

represents a server connection for a Flareshow resource

Instance Attribute Summary collapse

Instance Attribute Details

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



2
3
4
# File 'lib/server.rb', line 2

def domain
  @domain
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



2
3
4
# File 'lib/server.rb', line 2

def host
  @host
end