Exception: NoMethodError
- Defined in:
- ext/enterprise_script_service/mruby/mrblib/10error.rb
Overview
ISO 15.2.32
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
Attributes inherited from NameError
Instance Method Summary collapse
-
#initialize(message = nil, name = nil, args = nil) ⇒ NoMethodError
constructor
A new instance of NoMethodError.
Constructor Details
#initialize(message = nil, name = nil, args = nil) ⇒ NoMethodError
Returns a new instance of NoMethodError.
38 39 40 41 |
# File 'ext/enterprise_script_service/mruby/mrblib/10error.rb', line 38 def initialize(=nil, name=nil, args=nil) @args = args super , name end |
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
36 37 38 |
# File 'ext/enterprise_script_service/mruby/mrblib/10error.rb', line 36 def args @args end |