Class: AxHub::RawDbTable
- Inherits:
-
Struct
- Object
- Struct
- AxHub::RawDbTable
- Defined in:
- lib/axhub_sdk/raw_db.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#managed ⇒ Object
Returns the value of attribute managed.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
11 12 13 |
# File 'lib/axhub_sdk/raw_db.rb', line 11 def columns @columns end |
#managed ⇒ Object
Returns the value of attribute managed
11 12 13 |
# File 'lib/axhub_sdk/raw_db.rb', line 11 def managed @managed end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/axhub_sdk/raw_db.rb', line 11 def name @name end |