Class: PDF::Storycards::Step
- Inherits:
-
Object
- Object
- PDF::Storycards::Step
- Defined in:
- lib/pdf/storycards/scenario.rb
Instance Method Summary collapse
-
#initialize(type, name) ⇒ Step
constructor
A new instance of Step.
Constructor Details
#initialize(type, name) ⇒ Step
Returns a new instance of Step.
15 16 17 18 |
# File 'lib/pdf/storycards/scenario.rb', line 15 def initialize(type, name) @type = type @name = name end |