Class: Clickwrap::Capture::PresentationVerifier::Result
- Inherits:
-
Data
- Object
- Data
- Clickwrap::Capture::PresentationVerifier::Result
- Defined in:
- lib/clickwrap/capture/presentation_verifier.rb
Instance Attribute Summary collapse
-
#answers ⇒ Object
readonly
Returns the value of attribute answers.
-
#capture_channel ⇒ Object
readonly
Returns the value of attribute capture_channel.
-
#document_versions_by_id ⇒ Object
readonly
Returns the value of attribute document_versions_by_id.
-
#manifest ⇒ Object
readonly
Returns the value of attribute manifest.
-
#revision ⇒ Object
readonly
Returns the value of attribute revision.
-
#statement_snapshots ⇒ Object
readonly
Returns the value of attribute statement_snapshots.
Instance Attribute Details
#answers ⇒ Object (readonly)
Returns the value of attribute answers
9 10 11 |
# File 'lib/clickwrap/capture/presentation_verifier.rb', line 9 def answers @answers end |
#capture_channel ⇒ Object (readonly)
Returns the value of attribute capture_channel
9 10 11 |
# File 'lib/clickwrap/capture/presentation_verifier.rb', line 9 def capture_channel @capture_channel end |
#document_versions_by_id ⇒ Object (readonly)
Returns the value of attribute document_versions_by_id
9 10 11 |
# File 'lib/clickwrap/capture/presentation_verifier.rb', line 9 def document_versions_by_id @document_versions_by_id end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest
9 10 11 |
# File 'lib/clickwrap/capture/presentation_verifier.rb', line 9 def manifest @manifest end |
#revision ⇒ Object (readonly)
Returns the value of attribute revision
9 10 11 |
# File 'lib/clickwrap/capture/presentation_verifier.rb', line 9 def revision @revision end |
#statement_snapshots ⇒ Object (readonly)
Returns the value of attribute statement_snapshots
9 10 11 |
# File 'lib/clickwrap/capture/presentation_verifier.rb', line 9 def statement_snapshots @statement_snapshots end |