Class: CldProvisioning::Models::Shared::CustomAttributes

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
Crystalline::MetadataFields
Defined in:
lib/cld_provisioning/models/shared/custom_attributes.rb

Overview

Custom attributes associated with the product environment (optional).

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initializeCustomAttributes

Returns a new instance of CustomAttributes.



15
16
# File 'lib/cld_provisioning/models/shared/custom_attributes.rb', line 15

def initialize
end

Instance Method Details

#==(other) ⇒ Object



19
20
21
22
# File 'lib/cld_provisioning/models/shared/custom_attributes.rb', line 19

def ==(other)
  return false unless other.is_a?(self.class)
  true
end