Module: Ice::WSConnectionInfo_mixin
- Included in:
- WSConnectionInfo
- Defined in:
- lib/Ice/Connection.rb
Constant Summary collapse
- ICE_TYPE =
T_WSConnectionInfo
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
Instance Method Summary collapse
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers.
405 406 407 |
# File 'lib/Ice/Connection.rb', line 405 def headers @headers end |
Instance Method Details
#inspect ⇒ Object
401 402 403 |
# File 'lib/Ice/Connection.rb', line 401 def inspect ::Ice::__stringify(self, T_WSConnectionInfo) end |