Class: InteltechSms::FakeHTTPSuccess

Inherits:
Object
  • Object
show all
Defined in:
lib/inteltech_sms.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#bodyObject

Returns the value of attribute body.



20
21
22
# File 'lib/inteltech_sms.rb', line 20

def body
  @body
end