Class: LIFFMenuColorSetting
- Inherits:
-
Object
- Object
- LIFFMenuColorSetting
- 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
- LIGHTMODECOLOR =
1
- DARKMODECOLOR =
2
- FIELDS =
{ LIGHTMODECOLOR => {:type => ::Thrift::Types::STRUCT, :name => 'lightModeColor', :class => ::LIFFMenuColor, :optional => true}, DARKMODECOLOR => {:type => ::Thrift::Types::STRUCT, :name => 'darkModeColor', :class => ::LIFFMenuColor, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
4355 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4355 def struct_fields; FIELDS; end |
#validate ⇒ Object
4357 4358 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4357 def validate end |