Class: Laser::Analysis::DispatchResults::ArityError
- Inherits:
-
Struct
- Object
- Struct
- Laser::Analysis::DispatchResults::ArityError
- Defined in:
- lib/laser/analysis/bootstrap/dispatch_results.rb
Instance Attribute Summary (collapse)
-
- (Object) expected
Returns the value of attribute expected.
-
- (Object) method_name
Returns the value of attribute method_name.
-
- (Object) provided
Returns the value of attribute provided.
-
- (Object) receiver_class
Returns the value of attribute receiver_class.
Instance Attribute Details
- (Object) expected
Returns the value of attribute expected
14 15 16 |
# File 'lib/laser/analysis/bootstrap/dispatch_results.rb', line 14 def expected @expected end |
- (Object) method_name
Returns the value of attribute method_name
14 15 16 |
# File 'lib/laser/analysis/bootstrap/dispatch_results.rb', line 14 def method_name @method_name end |
- (Object) provided
Returns the value of attribute provided
14 15 16 |
# File 'lib/laser/analysis/bootstrap/dispatch_results.rb', line 14 def provided @provided end |
- (Object) receiver_class
Returns the value of attribute receiver_class
14 15 16 |
# File 'lib/laser/analysis/bootstrap/dispatch_results.rb', line 14 def receiver_class @receiver_class end |