class NLBSG::GetTitleDetailsResponse

Public Class Methods

new(response) click to toggle source
Calls superclass method NLBSG::ResponseBase::new
# File lib/nlbsg/response/get_title_details.rb, line 4
def initialize(response)
  super(response.to_hash[:get_title_details_response])
end

Public Instance Methods

author() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 20
def author
  title_detail[:author]
end
bid() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 12
def bid
  title_detail[:bid]
end
isbn() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 48
def isbn
  title_detail[:isbn]
end
issn() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 52
def issn
  title_detail[:issn]
end
n_author_name() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 60
def n_author_name
  title_detail[:n_author_name]
end
n_publisher() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 64
def n_publisher
  title_detail[:n_publisher]
end
n_title_name() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 56
def n_title_name
  title_detail[:n_title_name]
end
notes() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 44
def notes
  title_detail[:notes]
end
other_authors() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 24
def other_authors
  title_detail[:other_authors]
end
physical_desc() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 32
def physical_desc
  title_detail[:physical_desc]
end
publisher() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 28
def publisher
  title_detail[:publisher]
end
subject() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 36
def subject
  title_detail[:subject]
end
summary() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 40
def summary
  title_detail[:summary]
end
title_detail() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 8
def title_detail
  response[:title_detail]
end
title_name() click to toggle source
# File lib/nlbsg/response/get_title_details.rb, line 16
def title_name
  title_detail[:title_name]
end