abstract struct Packlink::Path
- Packlink::Path
- Struct
- Value
- Object
Direct Known Subclasses
- Packlink::Auth::CreatePath
- Packlink::Auth::FindPath
- Packlink::Callback::CreatePath
- Packlink::Customs::FindPath
- Packlink::Draft::CreatePath
- Packlink::Dropoff::AllPath
- Packlink::Label::AllPath
- Packlink::Order::CreatePath
- Packlink::Register::CreatePath
- Packlink::Service::AllPath
- Packlink::Service::FindPath
- Packlink::Shipment::FindPath
- Packlink::Tracking::FindPath
- Packlink::User::CreatePath
- Packlink::User::FindPath
Defined in:
packlink/path.crConstructors
Instance Method Summary
- #params : A::HS2
- #pattern
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
Constructor Detail
Instance Method Detail
def to_s
#
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
.