Class: Gitlab::ApplicationContext::Attribute

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/application_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/gitlab/application_context.rb', line 9

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/gitlab/application_context.rb', line 9

def type
  @type
end