Class: PreventGo::PropertyTaxNotice
- Defined in:
- lib/prevent_go/property_tax_notice.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#document_controls, #document_details, #document_type, #initialize, #quality_validated?
Constructor Details
This class inherits a constructor from PreventGo::Base
Instance Method Details
#endpoint ⇒ Object
8 9 10 |
# File 'lib/prevent_go/property_tax_notice.rb', line 8 def endpoint '/property-tax-notice' end |
#holder_controls ⇒ Object
12 13 14 |
# File 'lib/prevent_go/property_tax_notice.rb', line 12 def holder_controls @_holder_controls ||= @request.dig('controlsGroups', 'holder') || {} end |