Exception: GAppsProvisioning::GDataError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/gappsprovisioning/exceptions.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



17
18
19
# File 'lib/gappsprovisioning/exceptions.rb', line 17

def code
  @code
end

#inputObject

Returns the value of attribute input.



17
18
19
# File 'lib/gappsprovisioning/exceptions.rb', line 17

def input
  @input
end

#reasonObject

Returns the value of attribute reason.



17
18
19
# File 'lib/gappsprovisioning/exceptions.rb', line 17

def reason
  @reason
end