Class: DockerSwarm::Volume
- Includes:
- Concerns::Creatable, Concerns::Deletable
- Defined in:
- lib/docker_swarm/models/volume.rb
Class Method Summary collapse
Methods included from Concerns::Deletable
Methods included from Concerns::Creatable
Methods inherited from Base
all, #as_json, #assign_attributes, #attributes, defined_attributes, find, #id, #initialize, #method_missing, #payload_for_docker, #persisted?, #reload, resource_name, #respond_to_missing?, routes, #serializable_hash, where
Methods included from Concerns::Inspectable
Constructor Details
This class inherits a constructor from DockerSwarm::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class DockerSwarm::Base
Class Method Details
.root_key ⇒ Object
8 9 10 |
# File 'lib/docker_swarm/models/volume.rb', line 8 def self.root_key "Volumes" end |