Class: RSpec::BudgetDecision

Inherits:
Struct
  • Object
show all
Defined in:
sig/rspec/rewind.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#allowedBoolean

Returns the value of attribute allowed.

Returns:

  • (Boolean)


135
136
137
# File 'sig/rspec/rewind.rbs', line 135

def allowed
  @allowed
end

#limitInteger?

Returns the value of attribute limit.

Returns:

  • (Integer, nil)


136
137
138
# File 'sig/rspec/rewind.rbs', line 136

def limit
  @limit
end

#remainingInteger, Float

Returns the value of attribute remaining.

Returns:

  • (Integer, Float)


138
139
140
# File 'sig/rspec/rewind.rbs', line 138

def remaining
  @remaining
end

#usedInteger

Returns the value of attribute used.

Returns:

  • (Integer)


137
138
139
# File 'sig/rspec/rewind.rbs', line 137

def used
  @used
end

Instance Method Details

#allowed?Boolean

Returns:

  • (Boolean)


139
# File 'sig/rspec/rewind.rbs', line 139

def allowed?: () -> bool