Class: Pray::ManagedSpanRecord

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

Instance Attribute Summary collapse

Instance Attribute Details

#close_lineObject

Returns the value of attribute close_line

Returns:

  • (Object)

    the current value of close_line



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

def close_line
  @close_line
end

#exportObject

Returns the value of attribute export

Returns:

  • (Object)

    the current value of export



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

def export
  @export
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#ideal_checksumObject

Returns the value of attribute ideal_checksum

Returns:

  • (Object)

    the current value of ideal_checksum



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

def ideal_checksum
  @ideal_checksum
end

#open_lineObject

Returns the value of attribute open_line

Returns:

  • (Object)

    the current value of open_line



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

def open_line
  @open_line
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



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

def package
  @package
end

#silencedObject

Returns the value of attribute silenced

Returns:

  • (Object)

    the current value of silenced



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

def silenced
  @silenced
end

#source_checksumObject

Returns the value of attribute source_checksum

Returns:

  • (Object)

    the current value of source_checksum



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

def source_checksum
  @source_checksum
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



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

def target
  @target
end