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
595 596 597 |
# File 'lib/saft/v2/html.rb', line 595 def name "Not found in Customers block" end |
#title ⇒ Object
591 592 593 |
# File 'lib/saft/v2/html.rb', line 591 def title "Could not find customer" end |