Class: Pray::LockSource
- Inherits:
-
Struct
- Object
- Struct
- Pray::LockSource
- Defined in:
- lib/pray/lockfile.rb
Instance Attribute Summary collapse
-
#host_key_fingerprint ⇒ Object
Returns the value of attribute host_key_fingerprint.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#revision ⇒ Object
Returns the value of attribute revision.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#host_key_fingerprint ⇒ Object
Returns the value of attribute host_key_fingerprint
8 9 10 |
# File 'lib/pray/lockfile.rb', line 8 def host_key_fingerprint @host_key_fingerprint end |
#kind ⇒ Object
Returns the value of attribute kind
8 9 10 |
# File 'lib/pray/lockfile.rb', line 8 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/pray/lockfile.rb', line 8 def name @name end |
#revision ⇒ Object
Returns the value of attribute revision
8 9 10 |
# File 'lib/pray/lockfile.rb', line 8 def revision @revision end |
#url ⇒ Object
Returns the value of attribute url
8 9 10 |
# File 'lib/pray/lockfile.rb', line 8 def url @url end |