Class: Exlibris::Aleph::API::Reader::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/exlibris/aleph/api/reader/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(root) ⇒ Base

Returns a new instance of Base.



8
9
10
# File 'lib/exlibris/aleph/api/reader/base.rb', line 8

def initialize(root)
  @root = root
end

Instance Attribute Details

#rootObject (readonly)

Returns the value of attribute root.



6
7
8
# File 'lib/exlibris/aleph/api/reader/base.rb', line 6

def root
  @root
end