class Agris::Api::NewOrderRemark

Constants

ATTRIBUTE_NAMES

Attributes

record_type[R]

Public Class Methods

new(hash = {}) click to toggle source
Calls superclass method
# File lib/agris/api/new_order_remark.rb, line 15
def initialize(hash = {})
  super

  @record_type = 'INVP3'
end