Class: Thrifter::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#keep_aliveObject

Returns the value of attribute keep_alive

Returns:

  • (Object)

    the current value of keep_alive


48
49
50
# File 'lib/thrifter.rb', line 48

def keep_alive
  @keep_alive
end

#pool_sizeObject

Returns the value of attribute pool_size

Returns:

  • (Object)

    the current value of pool_size


48
49
50
# File 'lib/thrifter.rb', line 48

def pool_size
  @pool_size
end

#pool_timeoutObject

Returns the value of attribute pool_timeout

Returns:

  • (Object)

    the current value of pool_timeout


48
49
50
# File 'lib/thrifter.rb', line 48

def pool_timeout
  @pool_timeout
end

#protocolObject

Returns the value of attribute protocol

Returns:

  • (Object)

    the current value of protocol


48
49
50
# File 'lib/thrifter.rb', line 48

def protocol
  @protocol
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout


48
49
50
# File 'lib/thrifter.rb', line 48

def rpc_timeout
  @rpc_timeout
end

#stackObject

Returns the value of attribute stack

Returns:

  • (Object)

    the current value of stack


48
49
50
# File 'lib/thrifter.rb', line 48

def stack
  @stack
end

#statsdObject

Returns the value of attribute statsd

Returns:

  • (Object)

    the current value of statsd


48
49
50
# File 'lib/thrifter.rb', line 48

def statsd
  @statsd
end

#transportObject

Returns the value of attribute transport

Returns:

  • (Object)

    the current value of transport


48
49
50
# File 'lib/thrifter.rb', line 48

def transport
  @transport
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri


48
49
50
# File 'lib/thrifter.rb', line 48

def uri
  @uri
end