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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end