Class: Eversign::Models::Error

Inherits:
Object
  • Object
show all
Defined in:
lib/eversign/models/error.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



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

def code
  @code
end

#infoObject

Returns the value of attribute info.



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

def info
  @info
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end