Method: AusPostAPI::DCE::Endpoint::ImplementationError#initialize
- Defined in:
- lib/aus_post_api/dce/endpoint.rb
#initialize(method) ⇒ ImplementationError
Returns a new instance of ImplementationError.
74 75 76 |
# File 'lib/aus_post_api/dce/endpoint.rb', line 74 def initialize(method) super("No #{method} implemented") end |