Module: Opera::MobileStore::InspectableAttributes
- Extended by:
- ActiveSupport::Concern
- Included in:
- Build, Build::UsesSDK, BuildFile, Category, Compatibility, Developer, DeviceModel, DevicePlatform, DevicePlatformFamily, PaymentInfo, Product, ProductImage, ProductLocalization
- Defined in:
- lib/opera/mobile_store/inspectable_attributes.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
8 9 10 |
# File 'lib/opera/mobile_store/inspectable_attributes.rb', line 8 def inspect "<#{self.class.name} #{attributes.inspect}>" end |