Class: JiraRest::Client::Token
Instance Attribute Summary collapse
-
#header ⇒ Object
Returns the value of attribute header.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#header ⇒ Object
Returns the value of attribute header
9 10 11 |
# File 'lib/jirarest/client.rb', line 9 def header @header end |
#url ⇒ Object
Returns the value of attribute url
9 10 11 |
# File 'lib/jirarest/client.rb', line 9 def url @url end |