Class: HashAttributeAssignment::ClassMethods::HashValidation

Inherits:
Struct
  • Object
show all
Defined in:
lib/hash_attribute_assignment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



3
4
5
# File 'lib/hash_attribute_assignment.rb', line 3

def message
  @message
end

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



3
4
5
# File 'lib/hash_attribute_assignment.rb', line 3

def proc
  @proc
end