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.



29
30
31
# File 'lib/poisol/stub/stub_builder.rb', line 29

def body
  @body
end

#headerObject

Returns the value of attribute header.



29
30
31
# File 'lib/poisol/stub/stub_builder.rb', line 29

def header
  @header
end

#statusObject

Returns the value of attribute status.



29
30
31
# File 'lib/poisol/stub/stub_builder.rb', line 29

def status
  @status
end