Class: Edoxen::Approval

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/edoxen/approval.rb,
sig/edoxen.rbs

Overview

Approval record: type (affirmative / negative), degree (consensus level), date of the approval event, and a human-readable elaboration.

Instance Attribute Summary collapse

Instance Attribute Details

#dateDecisionDate? (readonly)

Returns the value of attribute date.

Returns:



141
142
143
# File 'sig/edoxen.rbs', line 141

def date
  @date
end

#degreeString? (readonly)

Returns the value of attribute degree.

Returns:

  • (String, nil)


140
141
142
# File 'sig/edoxen.rbs', line 140

def degree
  @degree
end

#messageString? (readonly)

Returns the value of attribute message.

Returns:

  • (String, nil)


142
143
144
# File 'sig/edoxen.rbs', line 142

def message
  @message
end

#typeString? (readonly)

Returns the value of attribute type.

Returns:

  • (String, nil)


139
140
141
# File 'sig/edoxen.rbs', line 139

def type
  @type
end