Class: Factbase::Logged::Fact
- Inherits:
-
Object
- Object
- Factbase::Logged::Fact
- Defined in:
- lib/factbase/logged.rb
Overview
Fact decorator.
This is an internal class, it is not supposed to be instantiated directly.
Constant Summary collapse
- MAX_LENGTH =
64
Instance Method Summary collapse
- #all_properties ⇒ Object
-
#initialize(fact, tube: nil, log: nil) ⇒ Fact
constructor
A new instance of Fact.
- #to_s ⇒ Object
Constructor Details
Instance Method Details
#all_properties ⇒ Object
106 107 108 |
# File 'lib/factbase/logged.rb', line 106 def all_properties @fact.all_properties end |
#to_s ⇒ Object
102 103 104 |
# File 'lib/factbase/logged.rb', line 102 def to_s @fact.to_s end |