module PageRecord::Inspector::ClassMethods

Public Instance Methods

inspect() click to toggle source
# File lib/page_record/inspector.rb, line 35
def inspect
  {
    type:         type,
    host_class:   host_class,
    selector:     selector,
    filter:       filter,
    attributes:   attributes,
    actions:      actions
  }
end