Class: RPC::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/rpc/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#debugObject

Returns the value of attribute debug.



5
6
7
# File 'lib/rpc/config.rb', line 5

def debug
  @debug
end

#hostObject

Returns the value of attribute host.



5
6
7
# File 'lib/rpc/config.rb', line 5

def host
  @host
end

#passwordObject

Returns the value of attribute password.



5
6
7
# File 'lib/rpc/config.rb', line 5

def password
  @password
end

#portObject

Returns the value of attribute port.



5
6
7
# File 'lib/rpc/config.rb', line 5

def port
  @port
end

#transfer_clazzObject

Returns the value of attribute transfer_clazz.



5
6
7
# File 'lib/rpc/config.rb', line 5

def transfer_clazz
  @transfer_clazz
end

#usernameObject

Returns the value of attribute username.



5
6
7
# File 'lib/rpc/config.rb', line 5

def username
  @username
end