module Opera::MobileStore::InspectableAttributes

Public Instance Methods

inspect() click to toggle source
# File lib/opera/mobile_store/inspectable_attributes.rb, line 8
def inspect
  "<#{self.class.name} #{attributes.inspect}>"
end