class CadenceThrift::DomainInfo
Constants
- DATA
- DESCRIPTION
- FIELDS
- NAME
- OWNEREMAIL
- STATUS
- UUID
Public Instance Methods
struct_fields()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 2803 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 2805 def validate unless @status.nil? || ::CadenceThrift::DomainStatus::VALID_VALUES.include?(@status) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field status!') end end