Class: SPQR::App::ClassMeta

Inherits:
Struct
  • Object
show all
Defined in:
lib/spqr/app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#object_classObject

Returns the value of attribute object_class

Returns:

  • (Object)

    the current value of object_class



23
24
25
# File 'lib/spqr/app.rb', line 23

def object_class
  @object_class
end

#schema_classObject

Returns the value of attribute schema_class

Returns:

  • (Object)

    the current value of schema_class



23
24
25
# File 'lib/spqr/app.rb', line 23

def schema_class
  @schema_class
end