Class: Pray::LockedTarget

Inherits:
Struct
  • Object
show all
Defined in:
lib/pray/lockfile.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/pray/lockfile.rb', line 18

def name
  @name
end

#outputsObject

Returns the value of attribute outputs

Returns:

  • (Object)

    the current value of outputs



18
19
20
# File 'lib/pray/lockfile.rb', line 18

def outputs
  @outputs
end