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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end