Class: ApprovedChannelInfo

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

CHANNELINFO =
1
APPROVEDAT =
2
FIELDS =
{
  CHANNELINFO => {:type => ::Thrift::Types::STRUCT, :name => 'channelInfo', :class => ::ChannelInfo},
  APPROVEDAT => {:type => ::Thrift::Types::I64, :name => 'approvedAt'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end