Class: GraphQL::Sources::ActiveStorageBase
- Inherits:
-
Dataloader::Source
- Object
- Dataloader::Source
- GraphQL::Sources::ActiveStorageBase
- Defined in:
- lib/graphql/sources/active_storage_base.rb
Overview
An abstract class for interacting with active storage.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(name) ⇒ ActiveStorageBase
constructor
A new instance of ActiveStorageBase.
Constructor Details
#initialize(name) ⇒ ActiveStorageBase
Returns a new instance of ActiveStorageBase.
8 9 10 11 |
# File 'lib/graphql/sources/active_storage_base.rb', line 8 def initialize(name) super() @name = name end |