Class: Hoth::Transport::Base
- Inherits:
-
Object
- Object
- Hoth::Transport::Base
- Extended by:
- Forwardable
- Defined in:
- lib/hoth/transport/base.rb
Instance Attribute Summary collapse
-
#encoder ⇒ Object
readonly
Returns the value of attribute encoder.
Instance Method Summary collapse
-
#initialize(service_delegate, options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
Instance Attribute Details
#encoder ⇒ Object (readonly)
Returns the value of attribute encoder.
8 9 10 |
# File 'lib/hoth/transport/base.rb', line 8 def encoder @encoder end |