Class: AxHub::RawDbTable

Inherits:
Struct
  • Object
show all
Defined in:
lib/axhub_sdk/raw_db.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



11
12
13
# File 'lib/axhub_sdk/raw_db.rb', line 11

def columns
  @columns
end

#managedObject

Returns the value of attribute managed

Returns:

  • (Object)

    the current value of managed



11
12
13
# File 'lib/axhub_sdk/raw_db.rb', line 11

def managed
  @managed
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/axhub_sdk/raw_db.rb', line 11

def name
  @name
end