Class: OpenPayU::Models::StatusUpdate

Inherits:
Model
  • Object
show all
Defined in:
lib/openpayu/models/status_update.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, #generate_xml, #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

#custom_statusObject

Returns the value of attribute custom_status.



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

def custom_status
  @custom_status
end

#customer_emailObject

Returns the value of attribute customer_email.



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

def customer_email
  @customer_email
end

#customer_idObject

Returns the value of attribute customer_id.



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

def customer_id
  @customer_id
end

#order_creation_dateObject

Returns the value of attribute order_creation_date.



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

def order_creation_date
  @order_creation_date
end

#order_idObject

Returns the value of attribute order_id.



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

def order_id
  @order_id
end

#order_statusObject

Returns the value of attribute order_status.



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

def order_status
  @order_status
end

#reasonObject

Returns the value of attribute reason.



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

def reason
  @reason
end