Class: BalanceShortcutInfo

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

BALANCESHORTCUTS =
1
OSPAYMENTFALLBACKSHORTCUT =
2
FIELDS =
{
  BALANCESHORTCUTS => {:type => ::Thrift::Types::LIST, :name => 'balanceShortcuts', :element => {:type => ::Thrift::Types::STRUCT, :class => ::BalanceShortcut}},
  OSPAYMENTFALLBACKSHORTCUT => {:type => ::Thrift::Types::STRUCT, :name => 'osPaymentFallbackShortcut', :class => ::BalanceShortcut}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end