Class: LiffContext

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

NONE =
1
CHAT =
2
SQUARECHAT =
3
FIELDS =
{
  NONE => {:type => ::Thrift::Types::STRUCT, :name => 'none', :class => ::LiffNoneContext},
  CHAT => {:type => ::Thrift::Types::STRUCT, :name => 'chat', :class => ::LiffChatContext},
  SQUARECHAT => {:type => ::Thrift::Types::STRUCT, :name => 'squareChat', :class => ::LiffSquareChatContext}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end