Class: BuddyChatBarItem

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

RICH =
1
WIDGETLIST =
2
WEB =
3
FIELDS =
{
  RICH => {:type => ::Thrift::Types::STRUCT, :name => 'rich', :class => ::BuddyRichMenuChatBarItem},
  WIDGETLIST => {:type => ::Thrift::Types::STRUCT, :name => 'widgetList', :class => ::BuddyWidgetListCharBarItem},
  WEB => {:type => ::Thrift::Types::STRUCT, :name => 'web', :class => ::BuddyWebChatBarItem}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end