class AusPostAPI::Endpoint::ImplementationError
Public Class Methods
new(method)
click to toggle source
Calls superclass method
# File lib/aus_post_api/endpoint.rb, line 61 def initialize(method) super("No #{method} implemented") end