Sha256: f5512ade44518710282d074a54212778cfcbf80e4064c04bccaf586a9698d619
Contents?: true
Size: 255 Bytes
Versions: 4
Compression:
Stored size: 255 Bytes
Contents
module BambooId class StateCode def initialize(subdomain) self.subdomain = subdomain end def to_s Digest::MD5.hexdigest([Configuration.client_id, subdomain].join('')) end private attr_accessor :subdomain end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bamboo-id-0.1.3 | lib/bamboo_id/state_code.rb |
bamboo-id-0.1.2 | lib/bamboo_id/state_code.rb |
bamboo-id-0.1.1 | lib/bamboo_id/state_code.rb |
bamboo-id-0.1.0 | lib/bamboo_id/state_code.rb |