Class: ViewData::PG::PrimaryKey::GetColumns::Telemetry::Data

Inherits:
Struct
  • Object
show all
Defined in:
lib/view_data/pg/primary_key/get_columns.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



69
70
71
# File 'lib/view_data/pg/primary_key/get_columns.rb', line 69

def columns
  @columns
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



69
70
71
# File 'lib/view_data/pg/primary_key/get_columns.rb', line 69

def table
  @table
end