Class: IOStreams::Extension
- Inherits:
-
Struct
- Object
- Struct
- IOStreams::Extension
- Defined in:
- lib/io_streams/io_streams.rb
Instance Attribute Summary collapse
-
#reader_class ⇒ Object
Returns the value of attribute reader_class.
-
#writer_class ⇒ Object
Returns the value of attribute writer_class.
Instance Attribute Details
#reader_class ⇒ Object
Returns the value of attribute reader_class
325 326 327 |
# File 'lib/io_streams/io_streams.rb', line 325 def reader_class @reader_class end |
#writer_class ⇒ Object
Returns the value of attribute writer_class
325 326 327 |
# File 'lib/io_streams/io_streams.rb', line 325 def writer_class @writer_class end |