Class: BeaconLayerInfoAndActions

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

PICTUREURL =
1
LABEL =
2
TEXT =
3
ACTIONS =
4
SHOWORCONDITIONS =
5
SHOWCONDITIONS =
6
TIMETOHIDE =
7
FIELDS =
{
  PICTUREURL => {:type => ::Thrift::Types::STRING, :name => 'pictureUrl'},
  LABEL => {:type => ::Thrift::Types::STRING, :name => 'label'},
  TEXT => {:type => ::Thrift::Types::STRING, :name => 'text'},
  ACTIONS => {:type => ::Thrift::Types::LIST, :name => 'actions', :element => {:type => ::Thrift::Types::STRING}},
  SHOWORCONDITIONS => {:type => ::Thrift::Types::LIST, :name => 'showOrConditions', :element => {:type => ::Thrift::Types::STRUCT, :class => ::BeaconCondition}},
  SHOWCONDITIONS => {:type => ::Thrift::Types::LIST, :name => 'showConditions', :element => {:type => ::Thrift::Types::STRUCT, :class => ::BeaconCondition}},
  TIMETOHIDE => {:type => ::Thrift::Types::I64, :name => 'timeToHide'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end