Class: PaymentFlowTypeCustom

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

VIEW =
1
ELEMENTS =
2
FIELDS =
{
  VIEW => {:type => ::Thrift::Types::STRING, :name => 'view'},
  ELEMENTS => {:type => ::Thrift::Types::LIST, :name => 'elements', :element => {:type => ::Thrift::Types::STRUCT, :class => ::PaymentFlowTypeCustomElement}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end