Module: AssayDepot
- Extended by:
- Configurable
- Defined in:
- lib/assaydepot.rb,
lib/assaydepot/core.rb,
lib/assaydepot/event.rb,
lib/assaydepot/model.rb,
lib/assaydepot/client.rb,
lib/assaydepot/version.rb,
lib/assaydepot/endpoints.rb,
lib/assaydepot/configurable.rb
Defined Under Namespace
Modules: Configurable, DatabaseModel, Model, Pageable, SearchModel Classes: AddNote, Category, Client, DynamicForm, Info, List, ListItem, Organization, Provider, ProviderWare, PurchaseOrder, QuoteGroup, QuotedWare, SignatureVerificationError, TokenAuth, User, Ware, WareProvider, Webhook, WebhookError
Constant Summary collapse
- VERSION =
"0.1.1"
Constants included from Configurable
Instance Method Summary collapse
-
#client ⇒ AssayDepot::Client
Delegate to a AssayDepot::Client.
Methods included from Configurable
Instance Method Details
#client ⇒ AssayDepot::Client
Delegate to a AssayDepot::Client
9 10 11 |
# File 'lib/assaydepot/core.rb', line 9 def client ::AssayDepot::Client.new() end |