stone-ruby 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/stone/siclos/entity/responsible_recipient.rb +2 -2
- data/lib/stone/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 08a621b7e5a2259c82f74df5ae651622c1fc5b7c
|
4
|
+
data.tar.gz: cfda1d992d552490810e6ca5b97dee98571c2e21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97ab80a3efc10940677dd52de89d845cfe4fa16eeba66b871657fccd0b53d038c2b2cf70fb0f9b8eda07ba03ad6b9d4c2e52511f9471fbf1cbebd969bb85ca08
|
7
|
+
data.tar.gz: 6c48b8a877490d68691ad34f98edff8fdfab98019643cd4f91cfc7c4d566a292218c581a2355bebb9fb441f96c77a345dc142bae37ac80c37fd483ba10fa3d69
|
@@ -4,8 +4,8 @@ module Stone
|
|
4
4
|
module Siclos
|
5
5
|
module Entity
|
6
6
|
class ResponsibleRecipient < Base
|
7
|
-
attribute :
|
8
|
-
attribute :cell_phone, Types::OnlyNumbersString
|
7
|
+
attribute :email, Types::Coercible::String
|
8
|
+
attribute :cell_phone, Types::OnlyNumbersString
|
9
9
|
attribute :document_number, Types::Coercible::String.optional.default(nil)
|
10
10
|
attribute :name, Types::Coercible::String.optional.default(nil)
|
11
11
|
end
|
data/lib/stone/version.rb
CHANGED