Class: Logicall::Args
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Logicall::Args
- Defined in:
- lib/logicall/args.rb
Overview
Represents the arguments of the calling
Instance Method Summary collapse
-
#initialize(args) ⇒ Args
constructor
A new instance of Args.
Constructor Details
#initialize(args) ⇒ Args
Returns a new instance of Args.
6 7 8 |
# File 'lib/logicall/args.rb', line 6 def initialize(args) super args end |