Class: EvalAuthInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/compropago_sdk/factory/models/eval_auth_info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



7
8
9
# File 'lib/compropago_sdk/factory/models/eval_auth_info.rb', line 7

def code
  @code
end

#livemodeObject

Returns the value of attribute livemode.



4
5
6
# File 'lib/compropago_sdk/factory/models/eval_auth_info.rb', line 4

def livemode
  @livemode
end

#messageObject

Returns the value of attribute message.



6
7
8
# File 'lib/compropago_sdk/factory/models/eval_auth_info.rb', line 6

def message
  @message
end

#mode_keyObject

Returns the value of attribute mode_key.



5
6
7
# File 'lib/compropago_sdk/factory/models/eval_auth_info.rb', line 5

def mode_key
  @mode_key
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/compropago_sdk/factory/models/eval_auth_info.rb', line 3

def type
  @type
end