Class: Mosaic::Sdk::Models::Clone::Instance

Inherits:
Base::Instance show all
Defined in:
lib/mosaic/sdk/models/clone.rb

Overview

Represents an individual clone instance.

Has an association to Nav allowing navigation to the NAVs attached to this clone.

Instance Method Summary collapse

Methods inherited from Base::Instance

association, #data, #initialize

Constructor Details

This class inherits a constructor from Mosaic::Sdk::Models::Base::Instance

Instance Method Details

Access the NAVs associated with this clone.

Parameters:

  • associated_id (String, Integer, nil) (defaults to: nil)

    ID of a specific NAV, or nil to get the collection

Returns:

  • (Nav)

    the NAV collection (if no ID)

  • (Nav::Instance)

    a NAV instance (if ID provided)