class GetRequest

Constants

FIELDS
KEYNAME
NS

Public Instance Methods

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