Class: WIS::DOM::IssueResult
- Inherits:
-
Object
- Object
- WIS::DOM::IssueResult
- Defined in:
- lib/dom/issue_result.rb
Instance Attribute Summary collapse
-
#approved ⇒ Object
Returns the value of attribute approved.
-
#expressed ⇒ Object
Returns the value of attribute expressed.
-
#issue ⇒ Object
Returns the value of attribute issue.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#unverified ⇒ Object
Returns the value of attribute unverified.
Instance Attribute Details
#approved ⇒ Object
Returns the value of attribute approved.
2 3 4 |
# File 'lib/dom/issue_result.rb', line 2 def approved @approved end |
#expressed ⇒ Object
Returns the value of attribute expressed.
2 3 4 |
# File 'lib/dom/issue_result.rb', line 2 def expressed @expressed end |
#issue ⇒ Object
Returns the value of attribute issue.
2 3 4 |
# File 'lib/dom/issue_result.rb', line 2 def issue @issue end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2 3 4 |
# File 'lib/dom/issue_result.rb', line 2 def unknown @unknown end |
#unverified ⇒ Object
Returns the value of attribute unverified.
2 3 4 |
# File 'lib/dom/issue_result.rb', line 2 def unverified @unverified end |