Module: Ronin::DB::Model::HasName::InstanceMethods
- Defined in:
- lib/ronin/db/model/has_name.rb
Overview
Instance methods that are added when Ronin::DB::Model::HasName is included into a model.
Instance Method Summary collapse
-
#to_s ⇒ String
Converts the named resource into a String.
Instance Method Details
#to_s ⇒ String
Converts the named resource into a String.
112 113 114 |
# File 'lib/ronin/db/model/has_name.rb', line 112 def to_s self.name.to_s end |