class PaymentUserInfoDigest
Constants
- COUNTRY
- FIELDS
- GRADE
- JOINED
- PASSWORDVERSION
- STATUS
- USERID
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 8736 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 8738 def validate unless @status.nil? || ::G_a_b_z0_a_d_e8::VALID_VALUES.include?(@status) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field status!') end unless @grade.nil? || ::G_a_b_z0_a_d_b8::VALID_VALUES.include?(@grade) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field grade!') end unless @passwordVersion.nil? || ::G_a_b_z0_a_d_s1::VALID_VALUES.include?(@passwordVersion) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field passwordVersion!') end end