Method: InterMine::PathQuery::Join#attrs

Defined in:
lib/intermine/query.rb

#attrsObject



1401
1402
1403
1404
1405
1406
1407
# File 'lib/intermine/query.rb', line 1401

def attrs
    attributes = {
        "path" => @path, 
        "style" => @style
    }
    return attributes
end