Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/vatbook.rb

Instance Method Summary collapse

Instance Method Details

#vatbook(args = {}) ⇒ Object



4
5
6
# File 'lib/vatbook.rb', line 4

def vatbook(args={})
  Vatbook.bookings(self, args)
end