Method: EDI::Service#initialize
- Defined in:
- lib/edi/service.rb
#initialize(message) ⇒ Service
Returns a new instance of Service.
7 8 9 10 |
# File 'lib/edi/service.rb', line 7 def initialize() = @response = "" end |
Returns a new instance of Service.
7 8 9 10 |
# File 'lib/edi/service.rb', line 7 def initialize() = @response = "" end |