Class: JiraGateway::VerifyResult
- Inherits:
-
Data
- Object
- Data
- JiraGateway::VerifyResult
- Defined in:
- lib/jirametrics/jira_gateway.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#ok ⇒ Object
readonly
Returns the value of attribute ok.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message
110 111 112 |
# File 'lib/jirametrics/jira_gateway.rb', line 110 def @message end |
#ok ⇒ Object (readonly)
Returns the value of attribute ok
110 111 112 |
# File 'lib/jirametrics/jira_gateway.rb', line 110 def ok @ok end |
#url ⇒ Object (readonly)
Returns the value of attribute url
110 111 112 |
# File 'lib/jirametrics/jira_gateway.rb', line 110 def url @url end |