Libraries
»
stathat
(0.1.7)
»
Index
»
StatHat
»
Response
»
#valid?
Method: StatHat::Response#valid?
Defined in:
lib/stathat.rb
#
valid?
⇒
Boolean
Returns:
(
Boolean
)
188 189 190
# File 'lib/stathat.rb', line 188
def
valid?
return
status
==
200
end