Class: Angelo::HALT_STRUCT

Inherits:
Struct
  • Object
show all
Defined in:
lib/angelo.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



72
73
74
# File 'lib/angelo.rb', line 72

def body
  @body
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



72
73
74
# File 'lib/angelo.rb', line 72

def status
  @status
end