Class: ChannelNotificationSetting

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

CHANNELID =
1
NAME =
2
NOTIFICATIONRECEIVABLE =
3
MESSAGERECEIVABLE =
4
SHOWDEFAULT =
5
FIELDS =
{
  CHANNELID => {:type => ::Thrift::Types::STRING, :name => 'channelId'},
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  NOTIFICATIONRECEIVABLE => {:type => ::Thrift::Types::BOOL, :name => 'notificationReceivable'},
  MESSAGERECEIVABLE => {:type => ::Thrift::Types::BOOL, :name => 'messageReceivable'},
  SHOWDEFAULT => {:type => ::Thrift::Types::BOOL, :name => 'showDefault'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end