Class: TalkService::GetRecentFriendRequests_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/talk_service.rb

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

SYNCREASON =
1
FIELDS =
{
  SYNCREASON => {:type => ::Thrift::Types::I32, :name => 'syncReason', :enum_class => ::P0_a_e_a_b_sg}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2547
# File 'lib/linerb/gen-rb/talk_service.rb', line 2547

def struct_fields; FIELDS; end

#validateObject



2549
2550
2551
2552
2553
# File 'lib/linerb/gen-rb/talk_service.rb', line 2549

def validate
  unless @syncReason.nil? || ::P0_a_e_a_b_sg::VALID_VALUES.include?(@syncReason)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field syncReason!')
  end
end