Class: BuddyDetailWithPersonal

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

BUDDYDETAIL =
1
PERSONALDETAIL =
2
FIELDS =
{
  BUDDYDETAIL => {:type => ::Thrift::Types::STRUCT, :name => 'buddyDetail', :class => ::BuddyDetail},
  PERSONALDETAIL => {:type => ::Thrift::Types::STRUCT, :name => 'personalDetail', :class => ::BuddyPersonalDetail}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end