Class: Softlayer::Container::Exception

Inherits:
Model
  • Object
show all
Defined in:
lib/softlayer/container/exception.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, parse, request, #request, #to_hash

Instance Attribute Details

#exception_classObject

Returns the value of attribute exception_class.



4
5
6
# File 'lib/softlayer/container/exception.rb', line 4

def exception_class
  @exception_class
end

#exception_messageObject

Returns the value of attribute exception_message.



5
6
7
# File 'lib/softlayer/container/exception.rb', line 5

def exception_message
  @exception_message
end