Class: TenantPreferences

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/tenant_profile_model_types.rb

Constant Summary collapse

TENANTADMINFIRSTNAME =
10
TENANTADMINLASTNAME =
11
TENANTADMINEMAIL =
12
FIELDS =
{
  TENANTADMINFIRSTNAME => {:type => ::Thrift::Types::STRING, :name => 'tenantAdminFirstName', :optional => true},
  TENANTADMINLASTNAME => {:type => ::Thrift::Types::STRING, :name => 'tenantAdminLastName', :optional => true},
  TENANTADMINEMAIL => {:type => ::Thrift::Types::STRING, :name => 'tenantAdminEmail', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



36
# File 'lib/tenant_profile_model_types.rb', line 36

def struct_fields; FIELDS; end

#validateObject



38
39
# File 'lib/tenant_profile_model_types.rb', line 38

def validate
end