Class: InteltechSms::FakeHTTPSuccess
- Inherits:
-
Object
- Object
- InteltechSms::FakeHTTPSuccess
- Defined in:
- lib/inteltech_sms.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
Instance Method Summary collapse
-
#initialize(body) ⇒ FakeHTTPSuccess
constructor
A new instance of FakeHTTPSuccess.
Constructor Details
#initialize(body) ⇒ FakeHTTPSuccess
Returns a new instance of FakeHTTPSuccess.
22 23 24 |
# File 'lib/inteltech_sms.rb', line 22 def initialize(body) @body = body end |
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
20 21 22 |
# File 'lib/inteltech_sms.rb', line 20 def body @body end |