Sha256: 5e1c89bb6848e382d1c276aa44d2c0d07a22ff17f598d03610e0170f3c624593
Contents?: true
Size: 211 Bytes
Versions: 3
Compression:
Stored size: 211 Bytes
Contents
class BaseEntity def CustomerId=(customerId) @customerId = customerId end def FriendlyName=(friendlyName) @friendlyName = friendlyName end def Status=(status) @status = status end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
CroemincRubyGem-0.1.2 | lib/Entities/base_entity.rb |
MetropagoRubyGem-0.1.1 | lib/Entities/base_entity.rb |
MetropagoRubyGem-0.1.0 | lib/Entities/base_entity.rb |