Class: LatestProductsByAuthorResponse

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

AUTHORID =
1
AUTHOR =
2
ITEMS =
3
FIELDS =
{
  AUTHORID => {:type => ::Thrift::Types::I64, :name => 'authorId'},
  AUTHOR => {:type => ::Thrift::Types::STRING, :name => 'author'},
  ITEMS => {:type => ::Thrift::Types::LIST, :name => 'items', :element => {:type => ::Thrift::Types::STRUCT, :class => ::LatestProductByAuthorItem}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end