Class: PaymentAddressSearchResult
- Inherits:
-
Object
- Object
- PaymentAddressSearchResult
- 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_fields ⇒ Object
8487 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8487 def struct_fields; FIELDS; end |
#validate ⇒ Object
8489 8490 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8489 def validate end |