Class: TeradataCli::Connection::Perms

Inherits:
Struct
  • Object
show all
Defined in:
lib/teradata-cli/dbobject.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



112
113
114
# File 'lib/teradata-cli/dbobject.rb', line 112

def current
  @current
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



112
113
114
# File 'lib/teradata-cli/dbobject.rb', line 112

def max
  @max
end

#peakObject

Returns the value of attribute peak

Returns:

  • (Object)

    the current value of peak



112
113
114
# File 'lib/teradata-cli/dbobject.rb', line 112

def peak
  @peak
end