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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end