Class: Fog::Compute::Vsphere::Interfacetype
- Defined in:
- lib/fog/vsphere/models/compute/interfacetype.rb
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Interfacetype
constructor
A new instance of Interfacetype.
- #to_s ⇒ Object
Methods inherited from Model
#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 Fog::Core::DeprecatedConnectionAccessors
#connection, #connection=, #prepare_service_value
Methods included from Attributes::InstanceMethods
#_dump, #attributes, #dup, #identity, #identity=, #merge_attributes, #new_record?, #persisted?, #requires, #requires_one
Constructor Details
#initialize(attributes = {}) ⇒ Interfacetype
Returns a new instance of Interfacetype.
14 15 16 |
# File 'lib/fog/vsphere/models/compute/interfacetype.rb', line 14 def initialize(attributes={} ) super attributes end |
Instance Method Details
#to_s ⇒ Object
18 19 20 |
# File 'lib/fog/vsphere/models/compute/interfacetype.rb', line 18 def to_s name end |