Class: SistemKebut::Paragraph::MejaSekat
- Inherits:
-
Formulir
- Object
- KebutSemalam::PengelolaXML
- DefPengelolaXML
- Formulir
- SistemKebut::Paragraph::MejaSekat
- Defined in:
- lib/sks/paragraph/mejasekat.rb
Defined Under Namespace
Classes: Unit
Instance Attribute Summary collapse
-
#jumlah ⇒ Object
Returns the value of attribute jumlah.
-
#kepala(*args) ⇒ Object
Returns the value of attribute kepala.
Attributes inherited from Formulir
#align, #bold, #fsize, #fstyle, #italic, #konten, #masuk, #mode, #spacing, #tabsize, #underline
Instance Method Summary collapse
-
#initialize(j, ukuran) ⇒ MejaSekat
constructor
A new instance of MejaSekat.
- #tambah(*args) ⇒ Object
Methods inherited from Formulir
Methods included from InnerParagraph
#gandakan_spacing, #kecilkan_spacing, #struktur, #ubah_ukuran
Methods inherited from DefPengelolaXML
Methods inherited from KebutSemalam::PengelolaXML
Constructor Details
#initialize(j, ukuran) ⇒ MejaSekat
Returns a new instance of MejaSekat.
36 37 38 39 40 |
# File 'lib/sks/paragraph/mejasekat.rb', line 36 def initialize(j, ukuran) super(nil, ukuran) @jumlah = j @kepala = nil end |
Instance Attribute Details
#jumlah ⇒ Object
Returns the value of attribute jumlah.
34 35 36 |
# File 'lib/sks/paragraph/mejasekat.rb', line 34 def jumlah @jumlah end |
#kepala(*args) ⇒ Object
Returns the value of attribute kepala.
34 35 36 |
# File 'lib/sks/paragraph/mejasekat.rb', line 34 def kepala @kepala end |