Class: Solargraph::Arc::Schema::ColumnData
- Inherits:
-
Struct
- Object
- Struct
- Solargraph::Arc::Schema::ColumnData
- Defined in:
- lib/solargraph/arc/schema.rb
Instance Attribute Summary collapse
-
#ast ⇒ Object
Returns the value of attribute ast.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#ast ⇒ Object
Returns the value of attribute ast
4 5 6 |
# File 'lib/solargraph/arc/schema.rb', line 4 def ast @ast end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'lib/solargraph/arc/schema.rb', line 4 def type @type end |