Class: UR::Sab
- Inherits:
-
Object
- Object
- UR::Sab
- Defined in:
- lib/ur/sab.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(code, count = nil) ⇒ Sab
constructor
A new instance of Sab.
- #parents ⇒ Object
Constructor Details
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
7 8 9 |
# File 'lib/ur/sab.rb', line 7 def code @code end |
#count ⇒ Object (readonly)
Returns the value of attribute count.
7 8 9 |
# File 'lib/ur/sab.rb', line 7 def count @count end |
#text ⇒ Object (readonly)
Returns the value of attribute text.
7 8 9 |
# File 'lib/ur/sab.rb', line 7 def text @text end |