abstract struct Mailjet::Path
- Mailjet::Path
- Struct
- Value
- Object
Direct Known Subclasses
- Mailjet::Campaign::FindPath
- Mailjet::Campaign::ListPath
- Mailjet::Campaign::UpdatePath
- Mailjet::Campaigndraft::CreatePath
- Mailjet::Campaigndraft::Detailcontent::FindPath
- Mailjet::Campaigndraft::FindPath
- Mailjet::Campaigndraft::ListPath
- Mailjet::Campaigndraft::UpdatePath
- Mailjet::Contact::CreatePath
- Mailjet::Contact::FindPath
- Mailjet::Contact::List::ListPath
- Mailjet::Contact::ListPath
- Mailjet::Contact::UpdatePath
- Mailjet::Contactfilter::CreatePath
- Mailjet::Contactfilter::DeletePath
- Mailjet::Contactfilter::FindPath
- Mailjet::Contactfilter::ListPath
- Mailjet::Contactfilter::UpdatePath
- Mailjet::Contactlist::CreatePath
- Mailjet::Contactlist::DeletePath
- Mailjet::Contactlist::FindPath
- Mailjet::Contactlist::ListPath
- Mailjet::Contactlist::UpdatePath
- Mailjet::DNS::FindPath
- Mailjet::DNS::ListPath
- Mailjet::Eventcallbackurl::CreatePath
- Mailjet::Eventcallbackurl::DeletePath
- Mailjet::Eventcallbackurl::FindPath
- Mailjet::Eventcallbackurl::ListPath
- Mailjet::Eventcallbackurl::UpdatePath
- Mailjet::Listrecipient::CreatePath
- Mailjet::Listrecipient::DeletePath
- Mailjet::Listrecipient::FindPath
- Mailjet::Listrecipient::ListPath
- Mailjet::Listrecipient::UpdatePath
- Mailjet::Message::FindPath
- Mailjet::Message::ListPath
- Mailjet::Messagehistory::ListPath
- Mailjet::Messageinformation::FindPath
- Mailjet::Messageinformation::ListPath
- Mailjet::Metasender::CreatePath
- Mailjet::Metasender::FindPath
- Mailjet::Metasender::ListPath
- Mailjet::Metasender::UpdatePath
- Mailjet::Sender::CreatePath
- Mailjet::Sender::DeletePath
- Mailjet::Sender::FindPath
- Mailjet::Sender::ListPath
- Mailjet::Sender::UpdatePath
- Mailjet::Statcounters::ListPath
- Mailjet::Template::CreatePath
- Mailjet::Template::DeletePath
- Mailjet::Template::Detailcontent::FindPath
- Mailjet::Template::Detailcontent::UpdatePath
- Mailjet::Template::FindPath
- Mailjet::Template::ListPath
- Mailjet::Template::UpdatePath
Defined in:
mailjet/path.crConstructors
Instance Method Summary
- #params : Hash(String, String)
- #pattern
-
#to_s : String
Returns a nicely readable and concise string representation of this object, typically intended for users.
Constructor Detail
Instance Method Detail
def to_s : String
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.