Class: BuddyRichMenuChatBarItem
- Inherits:
-
Object
- Object
- BuddyRichMenuChatBarItem
- 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
- BODY =
2
- SELECTED =
3
- FIELDS =
{ LABEL => {:type => ::Thrift::Types::STRING, :name => 'label'}, BODY => {:type => ::Thrift::Types::STRING, :name => 'body'}, SELECTED => {:type => ::Thrift::Types::BOOL, :name => 'selected'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
16013 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16013 def struct_fields; FIELDS; end |
#validate ⇒ Object
16015 16016 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16015 def validate end |