Class: BalanceShortcut

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

OSPAYMENT =
1
ICONPOSITION =
2
ICONURL =
3
ICONTEXT =
4
ICONALTTEXT =
5
LINKURL =
6
TSTARGETID =
7
FIELDS =
{
  OSPAYMENT => {:type => ::Thrift::Types::BOOL, :name => 'osPayment'},
  ICONPOSITION => {:type => ::Thrift::Types::I32, :name => 'iconPosition'},
  ICONURL => {:type => ::Thrift::Types::STRING, :name => 'iconUrl'},
  ICONTEXT => {:type => ::Thrift::Types::STRING, :name => 'iconText'},
  ICONALTTEXT => {:type => ::Thrift::Types::STRING, :name => 'iconAltText'},
  LINKURL => {:type => ::Thrift::Types::STRING, :name => 'linkUrl'},
  TSTARGETID => {:type => ::Thrift::Types::STRING, :name => 'tsTargetId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end