Class: TableauServerClient::Resources::Resource::Location

Inherits:
Object
  • Object
show all
Defined in:
lib/tableau_server_client/resources/resource.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#klassObject (readonly)

Returns the value of attribute klass.



84
85
86
# File 'lib/tableau_server_client/resources/resource.rb', line 84

def klass
  @klass
end

#pathObject (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_paramsObject (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