Class: Smplkit::Audit::TestForwarderNamespace
- Inherits:
-
Object
- Object
- Smplkit::Audit::TestForwarderNamespace
- Defined in:
- lib/smplkit/audit/functions.rb
Overview
Sub-namespace for the test_forwarder action.
Instance Attribute Summary collapse
-
#actions ⇒ Object
readonly
Returns the value of attribute actions.
Instance Method Summary collapse
-
#initialize(api) ⇒ TestForwarderNamespace
constructor
A new instance of TestForwarderNamespace.
Constructor Details
#initialize(api) ⇒ TestForwarderNamespace
Returns a new instance of TestForwarderNamespace.
18 19 20 |
# File 'lib/smplkit/audit/functions.rb', line 18 def initialize(api) @actions = TestForwarderActions.new(api) end |
Instance Attribute Details
#actions ⇒ Object (readonly)
Returns the value of attribute actions.
16 17 18 |
# File 'lib/smplkit/audit/functions.rb', line 16 def actions @actions end |