Class: OpenPayU::Models::NotifyResponse

Inherits:
Model
  • Object
show all
Defined in:
lib/openpayu/models/notify_response.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#all_errors

Method Summary

Methods inherited from Model

#after_initialize, #all_objects_valid?, #attributes, define_reader, define_writer, #get_instance_values, has_many_objects, has_one_object, #initialize, #prepare_data, #prepare_keys, #to_flatten_hash, #to_json, #validate_all_objects

Constructor Details

This class inherits a constructor from OpenPayU::Models::Model

Instance Attribute Details

#res_idObject

Returns the value of attribute res_id.



5
6
7
# File 'lib/openpayu/models/notify_response.rb', line 5

def res_id
  @res_id
end

#statusObject

Returns the value of attribute status.



5
6
7
# File 'lib/openpayu/models/notify_response.rb', line 5

def status
  @status
end