Class: Agent::Sessions::Check
- Inherits:
-
Data
- Object
- Data
- Agent::Sessions::Check
- Defined in:
- lib/agent/sessions/check.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#claim ⇒ Object
readonly
Returns the value of attribute claim.
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
5 6 7 |
# File 'lib/agent/sessions/check.rb', line 5 def agent @agent end |
#claim ⇒ Object (readonly)
Returns the value of attribute claim
5 6 7 |
# File 'lib/agent/sessions/check.rb', line 5 def claim @claim end |
#detail ⇒ Object (readonly)
Returns the value of attribute detail
5 6 7 |
# File 'lib/agent/sessions/check.rb', line 5 def detail @detail end |
#status ⇒ Object (readonly)
Returns the value of attribute status
5 6 7 |
# File 'lib/agent/sessions/check.rb', line 5 def status @status end |
Instance Method Details
#pass? ⇒ Boolean
6 |
# File 'lib/agent/sessions/check.rb', line 6 def pass? = status == :pass |