Class: SAFT::V2::HTML::NotFoundCustomer
- Inherits:
-
Object
- Object
- SAFT::V2::HTML::NotFoundCustomer
- Includes:
- Singleton
- Defined in:
- lib/saft/v2/html.rb
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
587 588 589 |
# File 'lib/saft/v2/html.rb', line 587 def name "Not found in Customers block" end |
#title ⇒ Object
583 584 585 |
# File 'lib/saft/v2/html.rb', line 583 def title "Could not find customer" end |