Class: MisarMail::WarmupResource
- Defined in:
- lib/misar_mail/client.rb
Instance Method Summary collapse
-
#get ⇒ Object
GET /warmup.
Methods inherited from Resource
Constructor Details
This class inherits a constructor from MisarMail::Resource
Instance Method Details
#get ⇒ Object
GET /warmup
546 547 548 |
# File 'lib/misar_mail/client.rb', line 546 def get @client.request(:get, "/warmup") end |