class InovadoraXml::CustomExceptions::ServerError

Attributes

object[R]

Public Class Methods

new(object) click to toggle source
# File lib/inovadora_xml/custom_exceptions/server_error.rb, line 6
def initialize(object)
  @object = object
end