Class: Tana::Configuration::Content
- Inherits:
-
Struct
- Object
- Struct
- Tana::Configuration::Content
- Defined in:
- lib/tana/configuration/content.rb
Overview
Defines the content of the client configuration for API requests.
Instance Attribute Summary collapse
-
#accept ⇒ Object
Returns the value of attribute accept.
-
#token ⇒ Object
Returns the value of attribute token.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#accept ⇒ Object
Returns the value of attribute accept
6 7 8 |
# File 'lib/tana/configuration/content.rb', line 6 def accept @accept end |
#token ⇒ Object
Returns the value of attribute token
6 7 8 |
# File 'lib/tana/configuration/content.rb', line 6 def token @token end |
#url ⇒ Object
Returns the value of attribute url
6 7 8 |
# File 'lib/tana/configuration/content.rb', line 6 def url @url end |