Sha256: 6a6895307147da4e7c1ee4cf8c324164dab2d379a0a7f77baa34aa1c89d05b55
Contents?: true
Size: 378 Bytes
Versions: 2
Compression:
Stored size: 378 Bytes
Contents
module OpenMarket module SMS module Requests class MessageStatus attr_accessor :ticket_id def initialize(ticket_id) @ticket_id = ticket_id end def body;end def url "#{SMS::Client::BASE_URL}/mt/#{@ticket_id}/status" end def method :get end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sms_broker-1.0.8 | lib/open_market/sms/requests/message_status.rb |
sms_broker-1.0.7 | lib/open_market/sms/requests/message_status.rb |