Class: IOStreams::Extension

Inherits:
Struct
  • Object
show all
Defined in:
lib/io_streams/io_streams.rb

Instance Attribute Summary collapse

Instance Attribute Details

#reader_classObject

Returns the value of attribute reader_class

Returns:

  • (Object)

    the current value of reader_class



299
300
301
# File 'lib/io_streams/io_streams.rb', line 299

def reader_class
  @reader_class
end

#writer_classObject

Returns the value of attribute writer_class

Returns:

  • (Object)

    the current value of writer_class



299
300
301
# File 'lib/io_streams/io_streams.rb', line 299

def writer_class
  @writer_class
end