Method: LWS::DigitalSignage::Player::Component#supplier
- Defined in:
- lib/lws/apps/digital_signage.rb
#supplier ⇒ LWS::Auth::Company
Returns the supplier of the component part.
997 998 999 |
# File 'lib/lws/apps/digital_signage.rb', line 997 belongs_to :supplier, class_name: "LWS::Auth::Company", foreign_key: :supplier_id, uri: "companies/:id" |