Method: Gemgate::Repository#index=

Defined in:
lib/gemgate/repository.rb

#index=(value) ⇒ Object

Sets the attribute index

Parameters:

  • value

    the value to set the attribute index to.



3
4
5
# File 'lib/gemgate/repository.rb', line 3

def index=(value)
  @index = value
end