Class: Skmz::Schema
- Inherits:
-
Object
- Object
- Skmz::Schema
- Includes:
- ActiveModel::Model
- Defined in:
- lib/skmz/schema.rb
Instance Attribute Summary collapse
-
#tables ⇒ Object
Returns the value of attribute tables.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#tables ⇒ Object
Returns the value of attribute tables.
4 5 6 |
# File 'lib/skmz/schema.rb', line 4 def tables @tables end |
Class Method Details
Instance Method Details
#as_json ⇒ Object
23 24 25 |
# File 'lib/skmz/schema.rb', line 23 def as_json { tables: @tables.as_json } end |