class MoonropeClient::Responses::Success
Public Instance Methods
creation?()
click to toggle source
@return [Boolean] whether this is a creation or not
# File lib/moonrope_client/responses/success.rb, line 12 def creation? flags['creation'] end
deletion?()
click to toggle source
@return [Boolean] whether this is a deletion or not
# File lib/moonrope_client/responses/success.rb, line 26 def deletion? flags['deletion'] end
modification?()
click to toggle source
@return [Boolean] whether this is a modification or not
# File lib/moonrope_client/responses/success.rb, line 19 def modification? flags['modification'] end
success?()
click to toggle source
# File lib/moonrope_client/responses/success.rb, line 5 def success? true end