Class: ServiceShortcut

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

ID =
1
NAME =
2
SERVICEENTRYURL =
3
PICTOGRAMICONURL =
4
STOREURL =
5
BADGEACTIVEUNTILTIMESTAMP =
6
RECOMMENDEDMODELID =
7
FIELDS =
{
  ID => {:type => ::Thrift::Types::STRING, :name => 'id'},
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  SERVICEENTRYURL => {:type => ::Thrift::Types::STRING, :name => 'serviceEntryUrl'},
  PICTOGRAMICONURL => {:type => ::Thrift::Types::STRING, :name => 'pictogramIconUrl'},
  STOREURL => {:type => ::Thrift::Types::STRING, :name => 'storeUrl'},
  BADGEACTIVEUNTILTIMESTAMP => {:type => ::Thrift::Types::STRING, :name => 'badgeActiveUntilTimestamp'},
  RECOMMENDEDMODELID => {:type => ::Thrift::Types::STRING, :name => 'recommendedModelId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end