Class: BuddyWidget
- Inherits:
-
Object
- Object
- BuddyWidget
- 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
- ICON =
1
- LABEL =
2
- URL =
3
- FIELDS =
{ ICON => {:type => ::Thrift::Types::STRING, :name => 'icon'}, LABEL => {:type => ::Thrift::Types::STRING, :name => 'label'}, URL => {:type => ::Thrift::Types::STRING, :name => 'url'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
16033 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16033 def struct_fields; FIELDS; end |
#validate ⇒ Object
16035 16036 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16035 def validate end |