Class: FauxLambda::Call
- Inherits:
-
Struct
- Object
- Struct
- FauxLambda::Call
- Defined in:
- lib/faux_lambda.rb
Instance Attribute Summary collapse
-
#function_name ⇒ Object
Returns the value of attribute function_name.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#qualifier ⇒ Object
Returns the value of attribute qualifier.
Instance Attribute Details
#function_name ⇒ Object
Returns the value of attribute function_name
5 6 7 |
# File 'lib/faux_lambda.rb', line 5 def function_name @function_name end |
#payload ⇒ Object
Returns the value of attribute payload
5 6 7 |
# File 'lib/faux_lambda.rb', line 5 def payload @payload end |
#qualifier ⇒ Object
Returns the value of attribute qualifier
5 6 7 |
# File 'lib/faux_lambda.rb', line 5 def qualifier @qualifier end |