Method: Broadway::Processable::InstanceMethods#read

Defined in:
lib/broadway/mixins/processable.rb

#read(attribute = nil) ⇒ Object



30
31
32
# File 'lib/broadway/mixins/processable.rb', line 30

def read(attribute = nil)
  processor.read(attribute)
end