Class: BeaconCondition

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

INFRIENDS =
1
NOTINFRIENDS =
2
TERMSAGREED =
3
FIELDS =
{
  INFRIENDS => {:type => ::Thrift::Types::STRING, :name => 'inFriends'},
  NOTINFRIENDS => {:type => ::Thrift::Types::STRING, :name => 'notInFriends'},
  TERMSAGREED => {:type => ::Thrift::Types::BOOL, :name => 'termsAgreed'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end