Method: PlateApi::PlateObject::Base#to_s
- Defined in:
- lib/plate_api/plate_object/base.rb
#to_s ⇒ Object
44 45 46 |
# File 'lib/plate_api/plate_object/base.rb', line 44 def to_s "<Plate #{self.class.name.split('::').last}, @id=#{@id}, @attributes=#{@attributes}, @object_handler=#{@object_handler}>" end |