Method: AllegroGraph::Proxy::Statements#initialize
- Defined in:
- lib/allegro_graph/proxy/statements.rb
#initialize(resource) ⇒ Statements
Returns a new instance of Statements.
12 13 14 |
# File 'lib/allegro_graph/proxy/statements.rb', line 12 def initialize(resource) @resource = resource end |