Class: Module

Inherits:
Object show all
Defined in:
lib/solargraph/rails/annotations/module.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.presenceself?

Returns:

  • (self, nil)


3
# File 'lib/solargraph/rails/annotations/module.rb', line 3

def self.presence; end

.presence_in(x) ⇒ self?

Returns:

  • (self, nil)


6
# File 'lib/solargraph/rails/annotations/module.rb', line 6

def self.presence_in(x); end

Instance Method Details

#presenceself?

Returns:

  • (self, nil)


9
# File 'lib/solargraph/rails/annotations/module.rb', line 9

def presence; end

#presence_in(x) ⇒ self?

Returns:

  • (self, nil)


12
# File 'lib/solargraph/rails/annotations/module.rb', line 12

def presence_in(x); end