Class: LocoRb::Client
- Inherits:
-
Object
- Object
- LocoRb::Client
- Includes:
- Api::Asset, Api::Export, Api::Import, Api::Locale
- Defined in:
- lib/loco-rb/client.rb
Constant Summary collapse
- FILE_FORMAT =
%w[application/pdf application/zip]
Constants included from Api::Import
Constants included from Api::Export
Constants included from Api::Locale
Api::Locale::CREATE_PARAMS, Api::Locale::PATH
Constants included from Api::Asset
Api::Asset::CREATE_PARAMS, Api::Asset::PATH
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Method Summary
Methods included from Api::Import
Methods included from Api::Export
Methods included from Api::Locale
Methods included from Api::Asset
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
16 17 18 |
# File 'lib/loco-rb/client.rb', line 16 def @options end |