Class: YARD::Handlers::Ruby::ActiveRecord::Associations::HasOneHandler

Inherits:
SingularHandler
  • Object
show all
Defined in:
lib/yard-activerecord/associations/has_one_handler.rb

Instance Method Summary collapse

Methods inherited from SingularHandler

#class_name

Methods inherited from Base

#process

Instance Method Details

#return_descriptionObject



7
8
9
# File 'lib/yard-activerecord/associations/has_one_handler.rb', line 7

def return_description
  "#{namespace} <b>has one</b> #{method_name}"
end