Class: Plumb::Codec::Entry
- Inherits:
-
Data
- Object
- Data
- Plumb::Codec::Entry
- Defined in:
- lib/plumb/codec.rb
Instance Attribute Summary collapse
-
#decoder ⇒ Object
readonly
Returns the value of attribute decoder.
-
#encoder ⇒ Object
readonly
Returns the value of attribute encoder.
Instance Attribute Details
#decoder ⇒ Object (readonly)
Returns the value of attribute decoder
200 201 202 |
# File 'lib/plumb/codec.rb', line 200 def decoder @decoder end |
#encoder ⇒ Object (readonly)
Returns the value of attribute encoder
200 201 202 |
# File 'lib/plumb/codec.rb', line 200 def encoder @encoder end |