Class: LWS::DigitalSignage::Player::Os::Package::Version
- Inherits:
-
Generic::Model
- Object
- Spyke::Base
- Generic::Model
- LWS::DigitalSignage::Player::Os::Package::Version
- Defined in:
- lib/lws/apps/digital_signage.rb
Overview
Note:
This class is only used within the context of the LWS::DigitalSignage::Player::Os::Package class.
The player OS package version class
Instance Attribute Summary collapse
-
#branch_releases ⇒ Array<Player::Os::Branch::Release>
The branch releases the player OS package version is a part of.
-
#created_at ⇒ String
readonly
The timestamp of when the player OS package version was created.
-
#id ⇒ Fixnum
readonly
The (unique) ID of the player OS package version.
-
#number ⇒ String
The number of the player OS package version.
-
#package ⇒ Player::Os::Package
The player OS package the version is of.
-
#package_id ⇒ Fixnum
The ID the player OS package the version is of.
-
#updated_at ⇒ String
readonly
The timestamp of when the player OS package version was last updated.
Instance Attribute Details
#branch_releases ⇒ Array<Player::Os::Branch::Release>
1419 1420 1421 |
# File 'lib/lws/apps/digital_signage.rb', line 1419 has_many :branch_releases, class_name: "LWS::DigitalSignage::Player::Os::Branch::Release", foreign_key: :branch_release_id, uri: "player/os/branches/:branch_id/releases/:id" |
#created_at ⇒ String (readonly)
1425 |
# File 'lib/lws/apps/digital_signage.rb', line 1425 attribute :created_at |
#id ⇒ Fixnum (readonly)
1400 |
# File 'lib/lws/apps/digital_signage.rb', line 1400 attribute :id |
#number ⇒ String
1404 |
# File 'lib/lws/apps/digital_signage.rb', line 1404 attribute :number |
#package ⇒ Player::Os::Package
1408 1409 |
# File 'lib/lws/apps/digital_signage.rb', line 1408 belongs_to :package, class_name: "LWS::DigitalSignage::Player::Os::Package", uri: "player/os/packages/:id" |
#package_id ⇒ Fixnum
1413 |
# File 'lib/lws/apps/digital_signage.rb', line 1413 attribute :package_id |
#updated_at ⇒ String (readonly)
1429 |
# File 'lib/lws/apps/digital_signage.rb', line 1429 attribute :updated_at |