Module: Nova::Common::Metadata::InstanceMethods
- Included in:
- Star
- Defined in:
- lib/nova/common/metadata.rb
Overview
Instance methods.
Instance Method Summary collapse
-
#initialize ⇒ Object
Handles validation for the metadata.
-
#options=(options) ⇒ Object
Sets the options, validating them.
Instance Method Details
#initialize ⇒ Object
Handles validation for the metadata.
40 41 42 43 |
# File 'lib/nova/common/metadata.rb', line 40 def initialize(*) = self.class. .validate! remote end |
#options=(options) ⇒ Object
Sets the options, validating them.
46 47 48 49 50 |
# File 'lib/nova/common/metadata.rb', line 46 def () = Options.new() . = end |