Class: Cpro::Entities::DepotFlux
- Defined in:
- lib/cpro/entities/depot_flux.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #to_s ⇒ Object
- #uid ⇒ Object (also: #uid_flux)
Methods inherited from Base
#==, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from Cpro::Entities::Base
Instance Method Details
#to_s ⇒ Object
11 12 13 |
# File 'lib/cpro/entities/depot_flux.rb', line 11 def to_s uid.to_s end |
#uid ⇒ Object Also known as: uid_flux
6 7 8 |
# File 'lib/cpro/entities/depot_flux.rb', line 6 def uid payload["uidFlux"] end |