Method: RDF::Query#patterns

Defined in:
lib/rdf/query.rb

#patternsArray<RDF::Query::Pattern> (readonly)

The patterns that constitute this query.

Returns:

Since:

  • 0.3.0



123
124
125
# File 'lib/rdf/query.rb', line 123

def patterns
  @patterns
end