Class: Edoxen::Consideration

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

Overview

Basis for a Decision: a verb (having, noting, considering, ...) plus one effective date and the elaborated reasoning.

Instance Attribute Summary collapse

Instance Attribute Details

#date_effectiveDecisionDate? (readonly)

Returns the value of attribute date_effective.

Returns:



147
148
149
# File 'sig/edoxen.rbs', line 147

def date_effective
  @date_effective
end

#messageString? (readonly)

Returns the value of attribute message.

Returns:

  • (String, nil)


148
149
150
# File 'sig/edoxen.rbs', line 148

def message
  @message
end

#typeString? (readonly)

Returns the value of attribute type.

Returns:

  • (String, nil)


146
147
148
# File 'sig/edoxen.rbs', line 146

def type
  @type
end