Class: Uiza::Storage

Inherits:
Object
  • Object
show all
Extended by:
APIOperation::Add, APIOperation::Remove, APIOperation::Retrieve, APIOperation::Update
Defined in:
lib/uiza/storage.rb

Constant Summary collapse

OBJECT_API_PATH =
"media/storage".freeze
{
  add: "https://docs.uiza.io/#add-a-storage",
  retrieve: "https://docs.uiza.io/#retrieve-a-storage",
  update: "https://docs.uiza.io/#update-storage",
  remove: "https://docs.uiza.io/#remove-storage"
}.freeze

Method Summary

Methods included from APIOperation::Add

add

Methods included from APIOperation::Retrieve

retrieve

Methods included from APIOperation::Update

update

Methods included from APIOperation::Remove

remove