Class: PurchaseOrderResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

ORDERID =
1
ATTRIBUTES =
11
BILLINGCONFIRMURL =
12
FIELDS =
{
  ORDERID => {:type => ::Thrift::Types::STRING, :name => 'orderId'},
  ATTRIBUTES => {:type => ::Thrift::Types::MAP, :name => 'attributes', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}},
  BILLINGCONFIRMURL => {:type => ::Thrift::Types::STRING, :name => 'billingConfirmUrl'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



12055
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12055

def struct_fields; FIELDS; end

#validateObject



12057
12058
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12057

def validate
end