Module: PageRecord::Inspector::ClassMethods
- Defined in:
- lib/page_record/inspector.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
35 36 37 38 39 40 41 42 43 44 |
# 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 |