Class: RailsProof::TargetDiscovery::Target
- Inherits:
-
Struct
- Object
- Struct
- RailsProof::TargetDiscovery::Target
- Defined in:
- lib/rails_proof/target_discovery.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
6 7 8 |
# File 'lib/rails_proof/target_discovery.rb', line 6 def class_name @class_name end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/rails_proof/target_discovery.rb', line 6 def path @path end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/rails_proof/target_discovery.rb', line 6 def type @type end |