Class: GetServiceShortcutMenuResponse
- Inherits:
-
Object
- Object
- GetServiceShortcutMenuResponse
- 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
- REVISION =
1
- REFRESHTIMESEC =
2
- EXPANDABLE =
3
- SERVICESHORTCUTS =
4
- MENUDESCRIPTION =
5
- FIELDS =
{ REVISION => {:type => ::Thrift::Types::STRING, :name => 'revision'}, REFRESHTIMESEC => {:type => ::Thrift::Types::I32, :name => 'refreshTimeSec'}, EXPANDABLE => {:type => ::Thrift::Types::BOOL, :name => 'expandable'}, SERVICESHORTCUTS => {:type => ::Thrift::Types::LIST, :name => 'serviceShortcuts', :element => {:type => ::Thrift::Types::STRUCT, :class => ::ServiceShortcut}}, MENUDESCRIPTION => {:type => ::Thrift::Types::STRING, :name => 'menuDescription'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
12958 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12958 def struct_fields; FIELDS; end |
#validate ⇒ Object
12960 12961 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12960 def validate end |