Class: Edoxen::DecisionDate

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

Overview

Decision-Side.

Instance Attribute Summary collapse

Instance Attribute Details

#dateDate? (readonly)

Returns the value of attribute date.

Returns:

  • (Date, nil)


122
123
124
# File 'sig/edoxen.rbs', line 122

def date
  @date
end

#typeString? (readonly)

Returns the value of attribute type.

Returns:

  • (String, nil)


123
124
125
# File 'sig/edoxen.rbs', line 123

def type
  @type
end