Class: Mashery::Limit

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

Instance Attribute Summary collapse

Instance Attribute Details

#ceilingObject

Returns the value of attribute ceiling

Returns:

  • (Object)

    the current value of ceiling



20
21
22
# File 'lib/mashery/key.rb', line 20

def ceiling
  @ceiling
end

#periodObject

Returns the value of attribute period

Returns:

  • (Object)

    the current value of period



20
21
22
# File 'lib/mashery/key.rb', line 20

def period
  @period
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



20
21
22
# File 'lib/mashery/key.rb', line 20

def source
  @source
end