Class: GetServiceShortcutMenuResponse

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

REVISION =
1
REFRESHTIMESEC =
2
EXPANDABLE =
3
SERVICESHORTCUTS =
4
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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end