Class: TableauServerClient::Resources::Resource::Location
- Inherits:
-
Object
- Object
- TableauServerClient::Resources::Resource::Location
- Defined in:
- lib/tableau_server_client/resources/resource.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
readonly
Returns the value of attribute klass.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#query_params ⇒ Object
readonly
Returns the value of attribute query_params.
Instance Method Summary collapse
-
#initialize(klass, path, query_params) ⇒ Location
constructor
A new instance of Location.
Constructor Details
#initialize(klass, path, query_params) ⇒ Location
Returns a new instance of Location.
70 71 72 73 74 |
# File 'lib/tableau_server_client/resources/resource.rb', line 70 def initialize(klass, path, query_params) @klass = klass @path = path @query_params = query_params end |
Instance Attribute Details
#klass ⇒ Object (readonly)
Returns the value of attribute klass.
76 77 78 |
# File 'lib/tableau_server_client/resources/resource.rb', line 76 def klass @klass end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
76 77 78 |
# File 'lib/tableau_server_client/resources/resource.rb', line 76 def path @path end |
#query_params ⇒ Object (readonly)
Returns the value of attribute query_params.
76 77 78 |
# File 'lib/tableau_server_client/resources/resource.rb', line 76 def query_params @query_params end |