class Pronto::Label

Attributes

name[RW]

Public Class Methods

new(name) click to toggle source
# File lib/pronto/label.rb, line 5
def initialize(name)
  @name = name
end