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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end