Class: Fog::Glesys::Compute::Template
- Extended by:
- Deprecation
- Defined in:
- lib/fog/glesys/models/compute/template.rb
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
Methods included from Deprecation
Methods inherited from Model
#initialize, #inspect, #reload, #symbolize_keys, #to_json, #wait_for
Methods included from Attributes::ClassMethods
#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes
Methods included from Attributes::InstanceMethods
#_dump, #attributes, #dup, #identity, #identity=, #merge_attributes, #new_record?, #requires, #requires_one
Constructor Details
This class inherits a constructor from Fog::Model
Instance Method Details
#list ⇒ Object
18 19 20 |
# File 'lib/fog/glesys/models/compute/template.rb', line 18 def list connection.template_list end |