class Archruby::Presenters::CellDSM
Attributes
how_many_access[R]
type[R]
Public Class Methods
new(how_many_access, type)
click to toggle source
# File lib/archruby/presenters/dsm/cell_dsm.rb, line 9 def initialize(how_many_access, type) @how_many_access = how_many_access @type = type end