Class: Solargraph::Rails::Schema::ColumnData

Inherits:
Struct
  • Object
show all
Defined in:
lib/solargraph/rails/schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#astObject

Returns the value of attribute ast

Returns:

  • (Object)

    the current value of ast



4
5
6
# File 'lib/solargraph/rails/schema.rb', line 4

def ast
  @ast
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/solargraph/rails/schema.rb', line 4

def type
  @type
end