class RelatonIho::IhoBibliography

Constants

ENDPOINT

Public Class Methods

get(ref, year = nil, opts = {}) click to toggle source

@param ref [String] the IHO standard Code to look up (e..g “IHO B-11”) @param year [String] the year the standard was published (optional)

@param opts [Hash] options @option opts [TrueClass, FalseClass] :all_parts restricted to all parts

if all-parts reference is required

@option opts [TrueClass, FalseClass] :bibdata

@return [RelatonIho::IhoBibliographicItem]

# File lib/relaton_iho/iho_bibliography.rb, line 38
def get(ref, year = nil, opts = {})
  search(ref, year, opts)
end