Class: BuddyDetailWithPersonal
- Inherits:
-
Object
- Object
- BuddyDetailWithPersonal
- 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_fields ⇒ Object
16488 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16488 def struct_fields; FIELDS; end |
#validate ⇒ Object
16490 16491 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16490 def validate end |