Module: EDI::Postable::ClassMethods

Defined in:
lib/edi/postable.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#_channelObject

Returns the value of attribute _channel.



5
6
7
# File 'lib/edi/postable.rb', line 5

def _channel
  @_channel
end

Instance Method Details

#channel(channel) ⇒ Object



6
7
8
# File 'lib/edi/postable.rb', line 6

def channel(channel)
  @_channel = channel
end