Sha256: a9e3ce4be1ef849c679db841fd9514ee9f6176395e7ad3588f62a67e68948a48
Contents?: true
Size: 559 Bytes
Versions: 11
Compression:
Stored size: 559 Bytes
Contents
class SmsAero operation :add_phone do documentation "https://smsaero.ru/api/description/#contacts" path { "addphone" } query do attribute :phone, Types::Phone attribute :group, Types::FilledString, optional: true attribute :lname, Types::FilledString, optional: true attribute :fname, Types::FilledString, optional: true attribute :sname, Types::FilledString, optional: true attribute :param, Types::FilledString, optional: true attribute :bday, Types::Birthday, optional: true end end end
Version data entries
11 entries across 11 versions & 1 rubygems