Class: Status

Inherits:
Struct
  • Object
show all
Defined in:
lib/biff.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allObject

Returns the value of attribute all

Returns:

  • (Object)

    the current value of all



5
6
7
# File 'lib/biff.rb', line 5

def all
  @all
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/biff.rb', line 5

def name
  @name
end

#unseenObject

Returns the value of attribute unseen

Returns:

  • (Object)

    the current value of unseen



5
6
7
# File 'lib/biff.rb', line 5

def unseen
  @unseen
end