Method: LWS::DigitalSignage::Player::Component#parts

Defined in:
lib/lws/apps/digital_signage.rb

#partsArray<Player::Component::Part>

Returns the parts the component is made out of.

Returns:



988
989
# File 'lib/lws/apps/digital_signage.rb', line 988

has_many :parts, class_name: "LWS::DigitalSignage::Player::Component::Part",
uri: "player/components/:component_id/parts(/:id)"