Class: Xeno::ApprovalContext
- Inherits:
-
Struct
- Object
- Struct
- Xeno::ApprovalContext
- Defined in:
- lib/xeno/approval_context.rb
Overview
What an approval lambda gets to look at.
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#principal ⇒ Object
Returns the value of attribute principal.
-
#session ⇒ Object
Returns the value of attribute session.
-
#tool_name ⇒ Object
Returns the value of attribute tool_name.
-
#turn ⇒ Object
Returns the value of attribute turn.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
3 4 5 |
# File 'lib/xeno/approval_context.rb', line 3 def arguments @arguments end |
#principal ⇒ Object
Returns the value of attribute principal
3 4 5 |
# File 'lib/xeno/approval_context.rb', line 3 def principal @principal end |
#session ⇒ Object
Returns the value of attribute session
3 4 5 |
# File 'lib/xeno/approval_context.rb', line 3 def session @session end |
#tool_name ⇒ Object
Returns the value of attribute tool_name
3 4 5 |
# File 'lib/xeno/approval_context.rb', line 3 def tool_name @tool_name end |
#turn ⇒ Object
Returns the value of attribute turn
3 4 5 |
# File 'lib/xeno/approval_context.rb', line 3 def turn @turn end |