Class: Poisol::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/poisol/stub/stub_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



33
34
35
# File 'lib/poisol/stub/stub_builder.rb', line 33

def body
  @body
end

#headerObject

Returns the value of attribute header.



33
34
35
# File 'lib/poisol/stub/stub_builder.rb', line 33

def header
  @header
end

#statusObject

Returns the value of attribute status.



33
34
35
# File 'lib/poisol/stub/stub_builder.rb', line 33

def status
  @status
end