Class: MendixBridge::Model::EnumerationValue
- Inherits:
-
Data
- Object
- Data
- MendixBridge::Model::EnumerationValue
- Defined in:
- lib/mendix_bridge/model.rb
Instance Attribute Summary collapse
-
#caption ⇒ Object
readonly
Returns the value of attribute caption.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#caption ⇒ Object (readonly)
Returns the value of attribute caption
48 49 50 |
# File 'lib/mendix_bridge/model.rb', line 48 def caption @caption end |
#name ⇒ Object (readonly)
Returns the value of attribute name
48 49 50 |
# File 'lib/mendix_bridge/model.rb', line 48 def name @name end |
Instance Method Details
#to_h ⇒ Object
49 50 51 |
# File 'lib/mendix_bridge/model.rb', line 49 def to_h { name:, caption: } end |