Class: Tana::Configuration::Content

Inherits:
Struct
  • Object
show all
Defined in:
lib/tana/configuration/content.rb

Overview

Defines the content of the client configuration for API requests.

Instance Attribute Summary collapse

Instance Attribute Details

#acceptObject

Returns the value of attribute accept

Returns:

  • (Object)

    the current value of accept



6
7
8
# File 'lib/tana/configuration/content.rb', line 6

def accept
  @accept
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



6
7
8
# File 'lib/tana/configuration/content.rb', line 6

def token
  @token
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



6
7
8
# File 'lib/tana/configuration/content.rb', line 6

def url
  @url
end