Class: FetchMessagesResponse
- Inherits:
-
Object
- Object
- FetchMessagesResponse
- Defined in:
- lib/AfricasTalking/Sms.rb
Instance Attribute Summary collapse
-
#responses ⇒ Object
readonly
Returns the value of attribute responses.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(responses_, status_ = nil) ⇒ FetchMessagesResponse
constructor
A new instance of FetchMessagesResponse.
Constructor Details
#initialize(responses_, status_ = nil) ⇒ FetchMessagesResponse
Returns a new instance of FetchMessagesResponse.
229 230 231 232 |
# File 'lib/AfricasTalking/Sms.rb', line 229 def initialize responses_, status_= nil @responses = responses_ @status = status_ end |
Instance Attribute Details
#responses ⇒ Object (readonly)
Returns the value of attribute responses.
228 229 230 |
# File 'lib/AfricasTalking/Sms.rb', line 228 def responses @responses end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
228 229 230 |
# File 'lib/AfricasTalking/Sms.rb', line 228 def status @status end |