Class: Gitlab::Graphql::Loaders::IssuableLoader::BatchKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/graphql/loaders/issuable_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_userObject

Returns the value of attribute current_user

Returns:

  • (Object)

    the current value of current_user



9
10
11
# File 'lib/gitlab/graphql/loaders/issuable_loader.rb', line 9

def current_user
  @current_user
end

#finder_classObject

Returns the value of attribute finder_class

Returns:

  • (Object)

    the current value of finder_class



9
10
11
# File 'lib/gitlab/graphql/loaders/issuable_loader.rb', line 9

def finder_class
  @finder_class
end

#parentObject

Returns the value of attribute parent

Returns:

  • (Object)

    the current value of parent



9
10
11
# File 'lib/gitlab/graphql/loaders/issuable_loader.rb', line 9

def parent
  @parent
end