Class: Clickwrap::Capture::PresentationVerifier::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/clickwrap/capture/presentation_verifier.rb

Instance Attribute Summary collapse

Instance Attribute Details

#answersObject (readonly)

Returns the value of attribute answers

Returns:

  • (Object)

    the current value of answers



9
10
11
# File 'lib/clickwrap/capture/presentation_verifier.rb', line 9

def answers
  @answers
end

#capture_channelObject (readonly)

Returns the value of attribute capture_channel

Returns:

  • (Object)

    the current value of capture_channel



9
10
11
# File 'lib/clickwrap/capture/presentation_verifier.rb', line 9

def capture_channel
  @capture_channel
end

#document_versions_by_idObject (readonly)

Returns the value of attribute document_versions_by_id

Returns:

  • (Object)

    the current value of 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

#manifestObject (readonly)

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



9
10
11
# File 'lib/clickwrap/capture/presentation_verifier.rb', line 9

def manifest
  @manifest
end

#revisionObject (readonly)

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



9
10
11
# File 'lib/clickwrap/capture/presentation_verifier.rb', line 9

def revision
  @revision
end

#statement_snapshotsObject (readonly)

Returns the value of attribute statement_snapshots

Returns:

  • (Object)

    the current value of statement_snapshots



9
10
11
# File 'lib/clickwrap/capture/presentation_verifier.rb', line 9

def statement_snapshots
  @statement_snapshots
end