Class: Pray::ConfessionSubmission
- Inherits:
-
Struct
- Object
- Struct
- Pray::ConfessionSubmission
- Defined in:
- lib/pray/confess.rb
Instance Attribute Summary collapse
-
#distribution_point ⇒ Object
Returns the value of attribute distribution_point.
-
#lockfile ⇒ Object
Returns the value of attribute lockfile.
-
#note ⇒ Object
Returns the value of attribute note.
-
#package ⇒ Object
Returns the value of attribute package.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#signer ⇒ Object
Returns the value of attribute signer.
-
#status ⇒ Object
Returns the value of attribute status.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#distribution_point ⇒ Object
Returns the value of attribute distribution_point
7 8 9 |
# File 'lib/pray/confess.rb', line 7 def distribution_point @distribution_point end |
#lockfile ⇒ Object
Returns the value of attribute lockfile
7 8 9 |
# File 'lib/pray/confess.rb', line 7 def lockfile @lockfile end |
#note ⇒ Object
Returns the value of attribute note
7 8 9 |
# File 'lib/pray/confess.rb', line 7 def note @note end |
#package ⇒ Object
Returns the value of attribute package
7 8 9 |
# File 'lib/pray/confess.rb', line 7 def package @package end |
#signature ⇒ Object
Returns the value of attribute signature
7 8 9 |
# File 'lib/pray/confess.rb', line 7 def signature @signature end |
#signer ⇒ Object
Returns the value of attribute signer
7 8 9 |
# File 'lib/pray/confess.rb', line 7 def signer @signer end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/pray/confess.rb', line 7 def status @status end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
7 8 9 |
# File 'lib/pray/confess.rb', line 7 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version
7 8 9 |
# File 'lib/pray/confess.rb', line 7 def version @version end |