Class: Pray::LockSource

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

Instance Attribute Summary collapse

Instance Attribute Details

#host_key_fingerprintObject

Returns the value of attribute host_key_fingerprint

Returns:

  • (Object)

    the current value of host_key_fingerprint



8
9
10
# File 'lib/pray/lockfile.rb', line 8

def host_key_fingerprint
  @host_key_fingerprint
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



8
9
10
# File 'lib/pray/lockfile.rb', line 8

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/pray/lockfile.rb', line 8

def name
  @name
end

#revisionObject

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



8
9
10
# File 'lib/pray/lockfile.rb', line 8

def revision
  @revision
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



8
9
10
# File 'lib/pray/lockfile.rb', line 8

def url
  @url
end