Exception: OMF::SFA::AM::Rest::RedirectException

Inherits:
Exception
  • Object
show all
Defined in:
lib/omf-sfa/am/am-rest/rest_handler.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ RedirectException

Returns a new instance of RedirectException.



88
89
90
# File 'lib/omf-sfa/am/am-rest/rest_handler.rb', line 88

def initialize(path)
  @path = path
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



86
87
88
# File 'lib/omf-sfa/am/am-rest/rest_handler.rb', line 86

def path
  @path
end