Class: BothIsGood::Target
- Inherits:
-
Struct
- Object
- Struct
- BothIsGood::Target
- Defined in:
- lib/both_is_good/target.rb
Instance Attribute Summary collapse
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#target_class ⇒ Object
Returns the value of attribute target_class.
Instance Attribute Details
#instance ⇒ Object
Returns the value of attribute instance
2 3 4 |
# File 'lib/both_is_good/target.rb', line 2 def instance @instance end |
#method_name ⇒ Object
Returns the value of attribute method_name
2 3 4 |
# File 'lib/both_is_good/target.rb', line 2 def method_name @method_name end |
#target_class ⇒ Object
Returns the value of attribute target_class
2 3 4 |
# File 'lib/both_is_good/target.rb', line 2 def target_class @target_class end |