Class: Nfeiow::Helpers::RequestResut

Inherits:
Struct
  • Object
show all
Defined in:
lib/nfeiow/helpers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



5
6
7
# File 'lib/nfeiow/helpers.rb', line 5

def error
  @error
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



5
6
7
# File 'lib/nfeiow/helpers.rb', line 5

def success?
  @success?
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/nfeiow/helpers.rb', line 5

def value
  @value
end