Class: TerraspacePluginScaleway::Interfaces::Backend
- Inherits:
-
Object
- Object
- TerraspacePluginScaleway::Interfaces::Backend
- Includes:
- Terraspace::Plugin::Backend::Interface, Clients
- Defined in:
- lib/terraspace_plugin_scaleway/interfaces/backend.rb
Instance Method Summary collapse
-
#call ⇒ Object
interface method.
Instance Method Details
#call ⇒ Object
interface method
7 8 9 10 |
# File 'lib/terraspace_plugin_scaleway/interfaces/backend.rb', line 7 def call # @info hash is available from the interface module # It contains the backend struture. end |