class LeanTesting::PlatformOS

Attributes

versions[R]

Public Class Methods

new(origin, data) click to toggle source
Calls superclass method LeanTesting::Entity::new
# File lib/Entity/Platform/PlatformOS.rb, line 5
def initialize(origin, data)
        super

        @versions = PlatformOSVersionsHandler.new(origin, data['id'])
end