Class: TesoteSdk::RateLimitInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



11
12
13
# File 'lib/tesote_sdk/transport.rb', line 11

def limit
  @limit
end

#remainingObject

Returns the value of attribute remaining

Returns:

  • (Object)

    the current value of remaining



11
12
13
# File 'lib/tesote_sdk/transport.rb', line 11

def remaining
  @remaining
end

#resetObject

Returns the value of attribute reset

Returns:

  • (Object)

    the current value of reset



11
12
13
# File 'lib/tesote_sdk/transport.rb', line 11

def reset
  @reset
end