Class: Validic::Profile
- Inherits:
-
Object
- Object
- Validic::Profile
- Includes:
- Utils
- Defined in:
- lib/validic/profile.rb
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ Profile
constructor
A new instance of Profile.
Methods included from Utils
Constructor Details
#initialize(attrs = {}) ⇒ Profile
Returns a new instance of Profile.
4 5 6 |
# File 'lib/validic/profile.rb', line 4 def initialize(attrs = {}) attributes_builder(attrs, self) end |