Class: Filemaker::Model::Relations::HasPortal
- Defined in:
- lib/filemaker/model/relations/has_portal.rb
Instance Attribute Summary
Attributes inherited from Proxy
Instance Method Summary collapse
-
#initialize(owner, name, options) ⇒ HasPortal
constructor
A new instance of HasPortal.
- #table_name ⇒ Object
Methods inherited from Proxy
#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, ) super(owner, name, ) 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_name ⇒ Object
12 13 14 |
# File 'lib/filemaker/model/relations/has_portal.rb', line 12 def table_name .fetch(:table_name) end |