class Levelup::Responses::Success
Class that encapsulates a successful response from the LevelUp API.
Public Instance Methods
success?()
click to toggle source
Whether the response represents a successful API call.
# File lib/levelup/responses/success.rb, line 6 def success? true end