class Pione::PNML::Ticket

Ticket represents a PIONE’s ticket declaration.

Attributes

name[R]

Public Class Methods

new(name) click to toggle source
# File lib/pione/pnml/pione-model.rb, line 660
def initialize(name)
  @name = name
end