Class: ManageIQ::API::Common::GraphQL::AssociatedRecords

Inherits:
Object
  • Object
show all
Includes:
Enumerable, QueryRelation::Queryable
Defined in:
lib/manageiq/api/common/graphql/associated_records.rb

Instance Method Summary collapse

Constructor Details

#initialize(collection) ⇒ AssociatedRecords

Returns a new instance of AssociatedRecords.



11
12
13
# File 'lib/manageiq/api/common/graphql/associated_records.rb', line 11

def initialize(collection)
  @collection = collection
end