Method: Neography::Rest#initialize
- Defined in:
- lib/neography/rest.rb
#initialize(options = {}) ⇒ Rest
Returns a new instance of Rest.
65 66 67 |
# File 'lib/neography/rest.rb', line 65 def initialize( = {}) @connection = Connection.new() end |