class TalkService::GetRSAKeyInfo_args

Constants

FIELDS
PROVIDER

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 2917
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 2919
def validate
  unless @provider.nil? || ::P0_a_e_a_b_sc::VALID_VALUES.include?(@provider)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field provider!')
  end
end