Class: Thrifter::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Thrifter::Configuration
- Defined in:
- lib/thrifter.rb
Instance Attribute Summary collapse
-
#keep_alive ⇒ Object
Returns the value of attribute keep_alive.
-
#pool_size ⇒ Object
Returns the value of attribute pool_size.
-
#pool_timeout ⇒ Object
Returns the value of attribute pool_timeout.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout.
-
#stack ⇒ Object
Returns the value of attribute stack.
-
#statsd ⇒ Object
Returns the value of attribute statsd.
-
#transport ⇒ Object
Returns the value of attribute transport.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
permalink #keep_alive ⇒ Object
Returns the value of attribute keep_alive
48 49 50 |
# File 'lib/thrifter.rb', line 48 def keep_alive @keep_alive end |
permalink #pool_size ⇒ Object
Returns the value of attribute pool_size
48 49 50 |
# File 'lib/thrifter.rb', line 48 def pool_size @pool_size end |
permalink #pool_timeout ⇒ Object
Returns the value of attribute pool_timeout
48 49 50 |
# File 'lib/thrifter.rb', line 48 def pool_timeout @pool_timeout end |
permalink #protocol ⇒ Object
Returns the value of attribute protocol
48 49 50 |
# File 'lib/thrifter.rb', line 48 def protocol @protocol end |
permalink #rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
48 49 50 |
# File 'lib/thrifter.rb', line 48 def rpc_timeout @rpc_timeout end |
permalink #stack ⇒ Object
Returns the value of attribute stack
48 49 50 |
# File 'lib/thrifter.rb', line 48 def stack @stack end |
permalink #statsd ⇒ Object
Returns the value of attribute statsd
48 49 50 |
# File 'lib/thrifter.rb', line 48 def statsd @statsd end |
permalink #transport ⇒ Object
Returns the value of attribute transport
48 49 50 |
# File 'lib/thrifter.rb', line 48 def transport @transport end |
permalink #uri ⇒ Object
Returns the value of attribute uri
48 49 50 |
# File 'lib/thrifter.rb', line 48 def uri @uri end |