Class: Yake::Datadog::MockContext
Instance Attribute Summary collapse
-
#aws_request_id ⇒ Object
Returns the value of attribute aws_request_id.
-
#clock_diff ⇒ Object
Returns the value of attribute clock_diff.
-
#deadline_ms ⇒ Object
Returns the value of attribute deadline_ms.
-
#function_name ⇒ Object
Returns the value of attribute function_name.
-
#function_version ⇒ Object
Returns the value of attribute function_version.
-
#invoked_function_arn ⇒ Object
Returns the value of attribute invoked_function_arn.
-
#log_group_name ⇒ Object
Returns the value of attribute log_group_name.
-
#log_stream_name ⇒ Object
Returns the value of attribute log_stream_name.
-
#memory_limit_in_mb ⇒ Object
Returns the value of attribute memory_limit_in_mb.
Instance Attribute Details
#aws_request_id ⇒ Object
Returns the value of attribute aws_request_id
24 25 26 |
# File 'lib/yake/datadog.rb', line 24 def aws_request_id @aws_request_id end |
#clock_diff ⇒ Object
Returns the value of attribute clock_diff
24 25 26 |
# File 'lib/yake/datadog.rb', line 24 def clock_diff @clock_diff end |
#deadline_ms ⇒ Object
Returns the value of attribute deadline_ms
24 25 26 |
# File 'lib/yake/datadog.rb', line 24 def deadline_ms @deadline_ms end |
#function_name ⇒ Object
Returns the value of attribute function_name
24 25 26 |
# File 'lib/yake/datadog.rb', line 24 def function_name @function_name end |
#function_version ⇒ Object
Returns the value of attribute function_version
24 25 26 |
# File 'lib/yake/datadog.rb', line 24 def function_version @function_version end |
#invoked_function_arn ⇒ Object
Returns the value of attribute invoked_function_arn
24 25 26 |
# File 'lib/yake/datadog.rb', line 24 def invoked_function_arn @invoked_function_arn end |
#log_group_name ⇒ Object
Returns the value of attribute log_group_name
24 25 26 |
# File 'lib/yake/datadog.rb', line 24 def log_group_name @log_group_name end |
#log_stream_name ⇒ Object
Returns the value of attribute log_stream_name
24 25 26 |
# File 'lib/yake/datadog.rb', line 24 def log_stream_name @log_stream_name end |
#memory_limit_in_mb ⇒ Object
Returns the value of attribute memory_limit_in_mb
24 25 26 |
# File 'lib/yake/datadog.rb', line 24 def memory_limit_in_mb @memory_limit_in_mb end |