Class: Authpds::Exlibris::Pds::GetAttribute

Inherits:
Object
  • Object
show all
Defined in:
lib/authpds/exlibris/pds.rb

Overview

Makes a call to the PDS get-attribute API. Defaults attribute equal to “bor_info”. Raises an exception on if it encounters errors.

Direct Known Subclasses

BorInfo

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error.



12
13
14
# File 'lib/authpds/exlibris/pds.rb', line 12

def error
  @error
end

#responseObject (readonly)

Returns the value of attribute response.



12
13
14
# File 'lib/authpds/exlibris/pds.rb', line 12

def response
  @response
end