Class: ShortcutButtonAction

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

ACTIONTYPE =
1
ACTIONDATA =
2
FIELDS =
{
  ACTIONTYPE => {:type => ::Thrift::Types::I32, :name => 'actionType'},
  ACTIONDATA => {:type => ::Thrift::Types::STRUCT, :name => 'actionData', :class => ::ButtonActionData}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end