Class: Jemquarie::Expiry
- Includes:
- Parser::Expiry
- Defined in:
- lib/jemquarie/expiry.rb
Instance Method Summary collapse
Methods included from Parser::Expiry
Methods inherited from Base
Methods included from Parser::Generic
Constructor Details
This class inherits a constructor from Jemquarie::Base
Instance Method Details
#credentials_expiry ⇒ Object
7 8 9 10 11 |
# File 'lib/jemquarie/expiry.rb', line 7 def credentials_expiry response = @client.call(:generate_xml_extract, :message => ) return parse_expiry_response(response) if response.success? {:error => "An error has occured, please try again later"} end |