Method: FcrepoWrapper::Instance#initialize
- Defined in:
- lib/fcrepo_wrapper/instance.rb
#initialize(options = {}) ⇒ Instance
Returns a new instance of Instance.
31 32 33 |
# File 'lib/fcrepo_wrapper/instance.rb', line 31 def initialize( = {}) @config = Settings.new(Configuration.new()) end |