Method: Mongo::Server::AppMetadata::Platform#initialize
- Defined in:
- lib/mongo/server/app_metadata/platform.rb
#initialize(metadata) ⇒ Platform
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Create a new Platform object, referencing the given metadata object.
33 34 35 |
# File 'lib/mongo/server/app_metadata/platform.rb', line 33 def initialize() = end |