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.



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

#klassObject (readonly)

Returns the value of attribute klass.



76
77
78
# File 'lib/tableau_server_client/resources/resource.rb', line 76

def klass
  @klass
end

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