Class: SAFT::V2::HTML::NotFoundCustomer

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/saft/v2/html.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



595
596
597
# File 'lib/saft/v2/html.rb', line 595

def name
  "Not found in Customers block"
end

#titleObject



591
592
593
# File 'lib/saft/v2/html.rb', line 591

def title
  "Could not find customer"
end