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

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

Overview

Defines a system error.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

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 (readonly)

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 (readonly)

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