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.
78 79 80 81 82 |
# File 'lib/tableau_server_client/resources/resource.rb', line 78 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.
84 85 86 |
# File 'lib/tableau_server_client/resources/resource.rb', line 84 def klass @klass end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
84 85 86 |
# File 'lib/tableau_server_client/resources/resource.rb', line 84 def path @path end |
#query_params ⇒ Object (readonly)
Returns the value of attribute query_params.
84 85 86 |
# File 'lib/tableau_server_client/resources/resource.rb', line 84 def query_params @query_params end |