Class: JiraGateway::VerifyResult

Inherits:
Data
  • Object
show all
Defined in:
lib/jirametrics/jira_gateway.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



110
111
112
# File 'lib/jirametrics/jira_gateway.rb', line 110

def message
  @message
end

#okObject (readonly)

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



110
111
112
# File 'lib/jirametrics/jira_gateway.rb', line 110

def ok
  @ok
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



110
111
112
# File 'lib/jirametrics/jira_gateway.rb', line 110

def url
  @url
end