Class: BuddyWidgetListCharBarItem

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

LABEL =
1
WIDGETS =
2
SELECTED =
3
FIELDS =
{
  LABEL => {:type => ::Thrift::Types::STRING, :name => 'label'},
  WIDGETS => {:type => ::Thrift::Types::LIST, :name => 'widgets', :element => {:type => ::Thrift::Types::STRUCT, :class => ::BuddyWidget}},
  SELECTED => {:type => ::Thrift::Types::BOOL, :name => 'selected'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end