Class: JiraRest::Client::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/jirarest/client.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



9
10
11
# File 'lib/jirarest/client.rb', line 9

def header
  @header
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



9
10
11
# File 'lib/jirarest/client.rb', line 9

def url
  @url
end