Libraries
»
rmega
(0.3.2)
»
Index
»
Rmega
»
APIResponse
»
#ok?
Method: Rmega::APIResponse#ok?
Defined in:
lib/rmega/api_response.rb
#
ok?
⇒
Boolean
Returns:
(
Boolean
)
43 44 45
# File 'lib/rmega/api_response.rb', line 43
def
ok?
!
error?
end