Class: Architect4r::Model::LinksQueryInterface
- Inherits:
-
Object
- Object
- Architect4r::Model::LinksQueryInterface
- Defined in:
- lib/architect4r/model/links_query_interface.rb
Instance Method Summary collapse
- #both ⇒ Object
- #incoming ⇒ Object
-
#initialize(owner) ⇒ LinksQueryInterface
constructor
A new instance of LinksQueryInterface.
- #outgoing ⇒ Object
Constructor Details
#initialize(owner) ⇒ LinksQueryInterface
Returns a new instance of LinksQueryInterface.
5 6 7 |
# File 'lib/architect4r/model/links_query_interface.rb', line 5 def initialize(owner) @owner = owner end |
Instance Method Details
#both ⇒ Object
17 18 19 |
# File 'lib/architect4r/model/links_query_interface.rb', line 17 def both end |
#incoming ⇒ Object
9 10 11 |
# File 'lib/architect4r/model/links_query_interface.rb', line 9 def incoming end |
#outgoing ⇒ Object
13 14 15 |
# File 'lib/architect4r/model/links_query_interface.rb', line 13 def outgoing end |