Class: BothIsGood::Target

Inherits:
Struct
  • Object
show all
Defined in:
lib/both_is_good/target.rb

Instance Attribute Summary collapse

Instance Attribute Details

#instanceObject

Returns the value of attribute instance

Returns:

  • (Object)

    the current value of instance



2
3
4
# File 'lib/both_is_good/target.rb', line 2

def instance
  @instance
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



2
3
4
# File 'lib/both_is_good/target.rb', line 2

def method_name
  @method_name
end

#target_classObject

Returns the value of attribute target_class

Returns:

  • (Object)

    the current value of target_class



2
3
4
# File 'lib/both_is_good/target.rb', line 2

def target_class
  @target_class
end