Class: FauxLambda::Call

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

Instance Attribute Summary collapse

Instance Attribute Details

#function_nameObject

Returns the value of attribute function_name

Returns:

  • (Object)

    the current value of function_name



5
6
7
# File 'lib/faux_lambda.rb', line 5

def function_name
  @function_name
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



5
6
7
# File 'lib/faux_lambda.rb', line 5

def payload
  @payload
end

#qualifierObject

Returns the value of attribute qualifier

Returns:

  • (Object)

    the current value of qualifier



5
6
7
# File 'lib/faux_lambda.rb', line 5

def qualifier
  @qualifier
end