Class: Pray::ManagedSpanRecord
- Inherits:
-
Struct
- Object
- Struct
- Pray::ManagedSpanRecord
- Defined in:
- lib/pray/lockfile.rb
Instance Attribute Summary collapse
-
#close_line ⇒ Object
Returns the value of attribute close_line.
-
#export ⇒ Object
Returns the value of attribute export.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ideal_checksum ⇒ Object
Returns the value of attribute ideal_checksum.
-
#open_line ⇒ Object
Returns the value of attribute open_line.
-
#package ⇒ Object
Returns the value of attribute package.
-
#silenced ⇒ Object
Returns the value of attribute silenced.
-
#source_checksum ⇒ Object
Returns the value of attribute source_checksum.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#close_line ⇒ Object
Returns the value of attribute close_line
19 20 21 |
# File 'lib/pray/lockfile.rb', line 19 def close_line @close_line end |
#export ⇒ Object
Returns the value of attribute export
19 20 21 |
# File 'lib/pray/lockfile.rb', line 19 def export @export end |
#id ⇒ Object
Returns the value of attribute id
19 20 21 |
# File 'lib/pray/lockfile.rb', line 19 def id @id end |
#ideal_checksum ⇒ Object
Returns the value of attribute ideal_checksum
19 20 21 |
# File 'lib/pray/lockfile.rb', line 19 def ideal_checksum @ideal_checksum end |
#open_line ⇒ Object
Returns the value of attribute open_line
19 20 21 |
# File 'lib/pray/lockfile.rb', line 19 def open_line @open_line end |
#package ⇒ Object
Returns the value of attribute package
19 20 21 |
# File 'lib/pray/lockfile.rb', line 19 def package @package end |
#silenced ⇒ Object
Returns the value of attribute silenced
19 20 21 |
# File 'lib/pray/lockfile.rb', line 19 def silenced @silenced end |
#source_checksum ⇒ Object
Returns the value of attribute source_checksum
19 20 21 |
# File 'lib/pray/lockfile.rb', line 19 def source_checksum @source_checksum end |
#target ⇒ Object
Returns the value of attribute target
19 20 21 |
# File 'lib/pray/lockfile.rb', line 19 def target @target end |