Class: Architect4r::Model::LinksQueryInterface

Inherits:
Object
  • Object
show all
Defined in:
lib/architect4r/model/links_query_interface.rb

Instance Method Summary collapse

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

#bothObject



17
18
19
# File 'lib/architect4r/model/links_query_interface.rb', line 17

def both
  
end

#incomingObject



9
10
11
# File 'lib/architect4r/model/links_query_interface.rb', line 9

def incoming
  
end

#outgoingObject



13
14
15
# File 'lib/architect4r/model/links_query_interface.rb', line 13

def outgoing
  
end