class TestML::Block

Attributes

label[RW]
points[RW]

Public Class Methods

new(label='', points={}) click to toggle source
# File lib/testml/runtime.rb, line 361
def initialize(label='', points={})
  @label = label
  @points = points
end