Class: Status
- Inherits:
-
Struct
- Object
- Struct
- Status
- Defined in:
- lib/biff.rb
Instance Attribute Summary collapse
-
#all ⇒ Object
Returns the value of attribute all.
-
#name ⇒ Object
Returns the value of attribute name.
-
#unseen ⇒ Object
Returns the value of attribute unseen.
Instance Attribute Details
#all ⇒ Object
Returns the value of attribute all
5 6 7 |
# File 'lib/biff.rb', line 5 def all @all end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/biff.rb', line 5 def name @name end |
#unseen ⇒ Object
Returns the value of attribute unseen
5 6 7 |
# File 'lib/biff.rb', line 5 def unseen @unseen end |