Class: Hitch::ClientIdMetadata::Diagnosis
- Inherits:
-
Struct
- Object
- Struct
- Hitch::ClientIdMetadata::Diagnosis
- Defined in:
- app/models/hitch/client_id_metadata.rb
Overview
Result of a diagnostic fetch. Separate from Document deliberately: this is operator-facing and describes an attempt, not a client.
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#outcome ⇒ Object
Returns the value of attribute outcome.
Instance Method Summary collapse
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
64 65 66 |
# File 'app/models/hitch/client_id_metadata.rb', line 64 def detail @detail end |
#outcome ⇒ Object
Returns the value of attribute outcome
64 65 66 |
# File 'app/models/hitch/client_id_metadata.rb', line 64 def outcome @outcome end |
Instance Method Details
#ok? ⇒ Boolean
65 |
# File 'app/models/hitch/client_id_metadata.rb', line 65 def ok? = outcome == :ok |