Class: YoutrackOnRails::Responses::SimpleResponse

Inherits:
Base
  • Object
show all
Defined in:
lib/youtrack_on_rails/responses/simple_response.rb

Direct Known Subclasses

ApplyCommand, CreateIssue, SignIn

Constant Summary

Constants inherited from Base

Base::SUCCESSFUL_RESPONSE_CODES

Instance Attribute Summary

Attributes inherited from Base

#code, #http_response, #xml

Instance Method Summary collapse

Methods inherited from Base

#cookie, #errors, #initialize, #success?

Constructor Details

This class inherits a constructor from YoutrackOnRails::Responses::Base

Instance Method Details

#processObject



3
4
5
# File 'lib/youtrack_on_rails/responses/simple_response.rb', line 3

def process
  success?
end