Class: Logicall::Args

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/logicall/args.rb

Overview

Represents the arguments of the calling

Instance Method Summary collapse

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