class ThemeProperty
Constants
- FIELDS
- THEMERESOURCETYPE
- THUMBNAILURL
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 9177 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 9179 def validate unless @themeResourceType.nil? || ::P0_a_a_b_a_a_y3::VALID_VALUES.include?(@themeResourceType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field themeResourceType!') end end