Class: PaymentAddressSearchResult

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

STATE =
1
ADDRESS1 =
2
FIELDS =
{
  STATE => {:type => ::Thrift::Types::STRING, :name => 'state'},
  ADDRESS1 => {:type => ::Thrift::Types::STRING, :name => 'address1'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end