Module: Filemaker::Api

Included in:
Layout
Defined in:
lib/filemaker/api.rb,
lib/filemaker/api/query_commands/dup.rb,
lib/filemaker/api/query_commands/new.rb,
lib/filemaker/api/query_commands/edit.rb,
lib/filemaker/api/query_commands/find.rb,
lib/filemaker/api/query_commands/view.rb,
lib/filemaker/api/query_commands/delete.rb,
lib/filemaker/api/query_commands/findall.rb,
lib/filemaker/api/query_commands/findany.rb,
lib/filemaker/api/query_commands/findquery.rb

Defined Under Namespace

Modules: QueryCommands

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



9
10
11
# File 'lib/filemaker/api.rb', line 9

def self.included(base)
  base.send :include, Filemaker::Api::QueryCommands
end