Class: MendixBridge::Model::FlowParameter

Inherits:
Data
  • Object
show all
Defined in:
lib/mendix_bridge/model.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



60
61
62
# File 'lib/mendix_bridge/model.rb', line 60

def name
  @name
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



60
61
62
# File 'lib/mendix_bridge/model.rb', line 60

def type
  @type
end

Instance Method Details

#to_hObject



61
62
63
# File 'lib/mendix_bridge/model.rb', line 61

def to_h
  { name:, type: }
end