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



587
588
589
# File 'lib/saft/v2/html.rb', line 587

def name
  "Not found in Customers block"
end

#titleObject



583
584
585
# File 'lib/saft/v2/html.rb', line 583

def title
  "Could not find customer"
end