Class: LocoRb::Client

Inherits:
Object
  • Object
show all
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

Api::Import::PATH

Constants included from Api::Export

Api::Export::PATH

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

Method Summary

Methods included from Api::Import

#import_locale

Methods included from Api::Export

#export_locale

Methods included from Api::Locale

#create_locale, #get_locale

Methods included from Api::Asset

#create_asset, #get_assets

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



16
17
18
# File 'lib/loco-rb/client.rb', line 16

def options
  @options
end