Class: Thrifter::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#keep_alive ⇒ Object

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_size ⇒ Object

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_timeout ⇒ Object

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

#protocol ⇒ Object

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_timeout ⇒ Object

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

#stack ⇒ Object

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

#statsd ⇒ Object

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

#transport ⇒ Object

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

#uri ⇒ Object

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