Method: Clouder::Entity#inspect
- Defined in:
- lib/clouder/entity.rb
#inspect ⇒ Object
224 225 226 |
# File 'lib/clouder/entity.rb', line 224 def inspect "#<#{self.class.name} uri=#{uri}, id=#{id}, etag=#{@etag}, last_modified=#{@last_modified}, #{@table.inspect}>" end |