Method: Pingpp::PingppObject#inspect
- Defined in:
- lib/pingpp/pingpp_object.rb
#inspect ⇒ Object
37 38 39 40 |
# File 'lib/pingpp/pingpp_object.rb', line 37 def inspect id_string = (self.respond_to?(:id) && !self.id.nil?) ? " id=#{self.id}" : "" "#<#{self.class}:0x#{self.object_id.to_s(16)}#{id_string}> JSON: " + JSON.pretty_generate(@values) end |