Class: Pennyworth::Models::System::Error

Inherits:
Struct
  • Object
show all
Defined in:
lib/pennyworth/models/system/error.rb

Overview

Defines a system error.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



7
8
9
# File 'lib/pennyworth/models/system/error.rb', line 7

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/pennyworth/models/system/error.rb', line 7

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/pennyworth/models/system/error.rb', line 7

def name
  @name
end