Class: MendixBridge::ChangePlanner::Operation
- Inherits:
-
Data
- Object
- Data
- MendixBridge::ChangePlanner::Operation
- Defined in:
- lib/mendix_bridge/change_planner.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#changes ⇒ Object
readonly
Returns the value of attribute changes.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
5 6 7 |
# File 'lib/mendix_bridge/change_planner.rb', line 5 def action @action end |
#changes ⇒ Object (readonly)
Returns the value of attribute changes
5 6 7 |
# File 'lib/mendix_bridge/change_planner.rb', line 5 def changes @changes end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/mendix_bridge/change_planner.rb', line 5 def name @name end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
5 6 7 |
# File 'lib/mendix_bridge/change_planner.rb', line 5 def reason @reason end |
#type ⇒ Object (readonly)
Returns the value of attribute type
5 6 7 |
# File 'lib/mendix_bridge/change_planner.rb', line 5 def type @type end |
Instance Method Details
#to_h ⇒ Object
6 7 8 |
# File 'lib/mendix_bridge/change_planner.rb', line 6 def to_h { action:, type:, name:, changes:, reason: }.compact end |