Class: FlowMethod

Inherits:
Object
  • Object
show all
Defined in:
lib/flow_method.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args.



2
3
4
# File 'lib/flow_method.rb', line 2

def args
  @args
end

#nameObject

Returns the value of attribute name.



2
3
4
# File 'lib/flow_method.rb', line 2

def name
  @name
end