Class: NullService
- Inherits:
-
EDI::Service
- Object
- EDI::Service
- NullService
- Defined in:
- lib/edi/services/null_service.rb
Instance Attribute Summary
Attributes inherited from EDI::Service
Instance Method Summary collapse
Methods inherited from EDI::Service
Methods included from EDI::Environment
included, #validate_environment
Methods included from EDI::DSL
Constructor Details
This class inherits a constructor from EDI::Service
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class EDI::Service
Instance Method Details
#run ⇒ Object
2 3 4 |
# File 'lib/edi/services/null_service.rb', line 2 def run nil end |