Exception: Finix::Error

Inherits:
StandardError
  • Object
show all
Includes:
HypermediaRegistry, Resource
Defined in:
lib/finix/resources/error.rb

Instance Attribute Summary

Attributes included from HalResource

#attributes, #hyperlinks

Instance Method Summary collapse

Methods included from HypermediaRegistry

included

Methods included from Resource

#copy_from, #fetch, #hydrate, included, #initialize, #refresh, #sanitize, #save, #to_s

Methods included from HalResource

#load_page_from_response!, #method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Finix::HalResource

Instance Method Details

#messageObject



8
9
10
# File 'lib/finix/resources/error.rb', line 8

def message
  @attributes['message']
end