Class: TableauServerClient::Resources::Datasource::DatasourceContent::NamedConnection

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

Instance Attribute Summary collapse

Instance Attribute Details

#captionObject

Returns the value of attribute caption

Returns:

  • (Object)

    the current value of caption



66
67
68
# File 'lib/tableau_server_client/resources/datasource.rb', line 66

def caption
  @caption
end

#classObject

Returns the value of attribute class

Returns:

  • (Object)

    the current value of class



66
67
68
# File 'lib/tableau_server_client/resources/datasource.rb', line 66

def class
  @class
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



66
67
68
# File 'lib/tableau_server_client/resources/datasource.rb', line 66

def name
  @name
end