module RestfulError::Helper

Public Instance Methods

restful() click to toggle source
# File lib/restful_error.rb, line 23
def restful
  @restful ||= Wrapper.new(self)
end