Method: Propertyware::Bill#to_s
- Defined in:
- lib/propertyware/models/bill.rb
#to_s ⇒ String
Returns the string representation of the object
357 358 359 |
# File 'lib/propertyware/models/bill.rb', line 357 def to_s to_hash.to_s end |