Method: EmailDirect::Database.all
- Defined in:
- lib/emaildirect/database.rb
.all ⇒ Object
8 9 10 11 |
# File 'lib/emaildirect/database.rb', line 8 def all response = EmailDirect.get '/Database' Hashie::Mash.new(response) end |
8 9 10 11 |
# File 'lib/emaildirect/database.rb', line 8 def all response = EmailDirect.get '/Database' Hashie::Mash.new(response) end |