Method: FrOData::Service::Response#status

Defined in:
lib/frodata/service/response.rb

#statusObject

Returns the HTTP status code.



31
32
33
# File 'lib/frodata/service/response.rb', line 31

def status
  response.status
end