class ImageTextProperty
Constants
- ENCRYPTEDTEXT
- FIELDS
- NAMETEXTMAXCHARACTERCOUNT
- PLAINTEXT
- STATUS
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 9107 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 9109 def validate unless @status.nil? || ::P0_a_a_b_a_a_a1::VALID_VALUES.include?(@status) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field status!') end end