class CybridApiBank::QuotesBankApi

def get_quote(quote_guid, opts = {})

Returns:
  • (QuoteBankModel) -

Parameters:
  • opts (Hash) -- the optional parameters
  • quote_guid (String) -- Identifier for the quote.
def get_quote(quote_guid, opts = {})
  data, _status_code, _headers = get_quote_with_http_info(quote_guid, opts)
  data
end