Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- ext/array_has_response.rb
Instance Method Summary collapse
- #not_modified=(not_modified) ⇒ Object
- #not_modified? ⇒ Boolean
- #success=(success) ⇒ Object
- #success? ⇒ Boolean
Instance Method Details
#not_modified=(not_modified) ⇒ Object
8 |
# File 'ext/array_has_response.rb', line 8 def not_modified=(not_modified); @not_modified = not_modified; end |
#not_modified? ⇒ Boolean
7 |
# File 'ext/array_has_response.rb', line 7 def not_modified?; @not_modified; end |
#success=(success) ⇒ Object
5 |
# File 'ext/array_has_response.rb', line 5 def success=(success); @success = success; end |
#success? ⇒ Boolean
4 |
# File 'ext/array_has_response.rb', line 4 def success?; @success; end |