Class: Filemaker::Model::Relations::HasPortal

Inherits:
Proxy
  • Object
show all
Defined in:
lib/filemaker/model/relations/has_portal.rb

Instance Attribute Summary

Attributes inherited from Proxy

#options, #owner, #target

Instance Method Summary collapse

Methods inherited from Proxy

init, #method_missing, #respond_to_missing?, #target_class

Constructor Details

#initialize(owner, name, options) ⇒ HasPortal

Returns a new instance of HasPortal.



7
8
9
10
# File 'lib/filemaker/model/relations/has_portal.rb', line 7

def initialize(owner, name, options)
  super(owner, name, options)
  build_target
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Filemaker::Model::Relations::Proxy

Instance Method Details

#table_nameObject



12
13
14
# File 'lib/filemaker/model/relations/has_portal.rb', line 12

def table_name
  options.fetch(:table_name)
end