Class: BeaconCondition
- Inherits:
-
Object
- Object
- BeaconCondition
- 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_fields ⇒ Object
3954 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 3954 def struct_fields; FIELDS; end |
#validate ⇒ Object
3956 3957 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 3956 def validate end |