Class: Gitlab::Config::Entry::Simplifiable::EntryStrategy

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/config/entry/simplifiable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



7
8
9
# File 'lib/gitlab/config/entry/simplifiable.rb', line 7

def condition
  @condition
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



7
8
9
# File 'lib/gitlab/config/entry/simplifiable.rb', line 7

def klass
  @klass
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/gitlab/config/entry/simplifiable.rb', line 7

def name
  @name
end