class LeanTesting::PlatformType
Attributes
devices[R]
Public Class Methods
new(origin, data)
click to toggle source
Calls superclass method
LeanTesting::Entity::new
# File lib/Entity/Platform/PlatformType.rb, line 5 def initialize(origin, data) super @devices = PlatformTypeDevicesHandler.new(origin, data['id']) end