Class: OmniparseClient::Base
- Inherits:
-
Object
- Object
- OmniparseClient::Base
- Includes:
- Connection
- Defined in:
- lib/omni_parse_client_ruby/base.rb
Overview
Main Class for the library here all modules are beeing included into class
Direct Known Subclasses
Constant Summary
Constants included from Connection
Connection::CLIENT_ERRORS, Connection::DEFAULT_PORT, Connection::DEFAULT_URL, Connection::DEFAULT_VERSION, Connection::EXCEPTIONS_EXCLUDING_MESSAGES, Connection::EXCEPTIONS_INCLUDING_MESSAGES, Connection::MAX_RETRIES_COUNT, Connection::RETRIES_DELAYS_ARRAY
Instance Attribute Summary collapse
-
#fixture ⇒ Object
readonly
Returns the value of attribute fixture.
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#vcf ⇒ Object
readonly
Returns the value of attribute vcf.
Attributes included from Connection
#api_key, #host, #port, #version
Instance Method Summary collapse
-
#initialize(p = {}) ⇒ Base
constructor
A new instance of Base.
Methods included from Connection
#base_url, #headers, #omni_get, #omni_post, #setup_connection, #test_connection, #test_connection_path
Constructor Details
Instance Attribute Details
#fixture ⇒ Object (readonly)
Returns the value of attribute fixture.
7 8 9 |
# File 'lib/omni_parse_client_ruby/base.rb', line 7 def fixture @fixture end |
#html ⇒ Object (readonly)
Returns the value of attribute html.
7 8 9 |
# File 'lib/omni_parse_client_ruby/base.rb', line 7 def html @html end |
#vcf ⇒ Object (readonly)
Returns the value of attribute vcf.
7 8 9 |
# File 'lib/omni_parse_client_ruby/base.rb', line 7 def vcf @vcf end |