Class: RailsProof::TargetDiscovery::Target

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_proof/target_discovery.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



6
7
8
# File 'lib/rails_proof/target_discovery.rb', line 6

def class_name
  @class_name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



6
7
8
# File 'lib/rails_proof/target_discovery.rb', line 6

def path
  @path
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'lib/rails_proof/target_discovery.rb', line 6

def type
  @type
end