Class: MendixBridge::Model::FlowParameter
- Inherits:
-
Data
- Object
- Data
- MendixBridge::Model::FlowParameter
- Defined in:
- lib/mendix_bridge/model.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
60 61 62 |
# File 'lib/mendix_bridge/model.rb', line 60 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
60 61 62 |
# File 'lib/mendix_bridge/model.rb', line 60 def type @type end |
Instance Method Details
#to_h ⇒ Object
61 62 63 |
# File 'lib/mendix_bridge/model.rb', line 61 def to_h { name:, type: } end |