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.



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

def error
  @error
end

#responseObject (readonly)

Returns the value of attribute response.



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

def response
  @response
end