Class: YARD::Handlers::Ruby::Mongoid::Relations::SingularHandler

Inherits:
Base
  • Object
show all
Defined in:
lib/yard/handlers/ruby/mongoid/relations/singular_handler.rb

Direct Known Subclasses

BelongsToHandler, HasOneHandler

Instance Method Summary collapse

Methods inherited from Base

#group_name, #process

Methods included from Helpers

#get_tag

Instance Method Details

#class_nameObject



5
6
7
# File 'lib/yard/handlers/ruby/mongoid/relations/singular_handler.rb', line 5

def class_name
  super(false)
end