Module: Paraxial::FreeTier
- Defined in:
- lib/paraxial/free_tier.rb
Class Attribute Summary collapse
-
.is_free_tier ⇒ Object
readonly
Returns the value of attribute is_free_tier.
Class Method Summary collapse
Class Attribute Details
.is_free_tier ⇒ Object (readonly)
Returns the value of attribute is_free_tier.
7 8 9 |
# File 'lib/paraxial/free_tier.rb', line 7 def is_free_tier @is_free_tier end |
Class Method Details
.initialize ⇒ Object
9 10 11 12 |
# File 'lib/paraxial/free_tier.rb', line 9 def initialize @is_free_tier = true check_free_tier_status end |