module AusPostAPI::Endpoint::InstanceMethods

Public Instance Methods

optional_attributes() click to toggle source
# File lib/aus_post_api/endpoint/attributes.rb, line 49
def optional_attributes
  self.class.optional_attributes
end
required_attributes() click to toggle source
# File lib/aus_post_api/endpoint/attributes.rb, line 45
def required_attributes
  self.class.required_attributes
end