Method: SimpleAMS::DSL::ClassMethods#options
- Defined in:
- lib/simple_ams/dsl.rb
#options ⇒ Object
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 |
# File 'lib/simple_ams/dsl.rb', line 245 def { adapter: adapter, primary_id: primary_id, type: type, fields: fields, relations: relations, includes: includes, links: links, metas: , forms: forms, generics: generics, collection: collection } end |