Exception: InternalError
- Defined in:
- lib/capricorn/driver.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
Instance Method Summary collapse
-
#initialize(args) ⇒ InternalError
constructor
A new instance of InternalError.
Constructor Details
#initialize(args) ⇒ InternalError
Returns a new instance of InternalError.
58 59 60 61 |
# File 'lib/capricorn/driver.rb', line 58 def initialize(args) @args = args super end |
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args.
57 58 59 |
# File 'lib/capricorn/driver.rb', line 57 def args @args end |