Class: Pray::LockedTarget
- Inherits:
-
Struct
- Object
- Struct
- Pray::LockedTarget
- Defined in:
- lib/pray/lockfile.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#outputs ⇒ Object
Returns the value of attribute outputs.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/pray/lockfile.rb', line 18 def name @name end |
#outputs ⇒ Object
Returns the value of attribute outputs
18 19 20 |
# File 'lib/pray/lockfile.rb', line 18 def outputs @outputs end |