class Arpa::Validators::ProfileValidator

Attributes

description[R]
name[R]
role_ids[R]

Public Class Methods

new(profile) click to toggle source
# File lib/arpa/validators/profile_validator.rb, line 11
def initialize(profile)
  @name        = profile.name
  @description = profile.description
  @role_ids    = profile.role_ids
end