Class: Weeter::Limitator::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#limited_keysObject

Returns the value of attribute limited_keys

Returns:

  • (Object)

    the current value of limited_keys



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

def limited_keys
  @limited_keys
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end