Exception: Clarinet::Error::ApiError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/clarinet/error/error.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



4
5
6
# File 'lib/clarinet/error/error.rb', line 4

def code
  @code
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/clarinet/error/error.rb', line 5

def description
  @description
end

#detailsObject

Returns the value of attribute details.



6
7
8
# File 'lib/clarinet/error/error.rb', line 6

def details
  @details
end