Class: CldProvisioning::Models::Shared::CustomAttributes
- Inherits:
-
Object
- Object
- CldProvisioning::Models::Shared::CustomAttributes
- 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
- #==(other) ⇒ Object
-
#initialize ⇒ CustomAttributes
constructor
A new instance of CustomAttributes.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ CustomAttributes
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 |