Class: BlazingDocs::PlanModel

Inherits:
BaseModel show all
Defined in:
lib/blazingdocs/models/plan_model.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from BlazingDocs::BaseModel

Instance Attribute Details

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/blazingdocs/models/plan_model.rb', line 5

def id
  @id
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/blazingdocs/models/plan_model.rb', line 6

def name
  @name
end

#priceObject

Returns the value of attribute price.



7
8
9
# File 'lib/blazingdocs/models/plan_model.rb', line 7

def price
  @price
end

#price_per_unitObject

Returns the value of attribute price_per_unit.



8
9
10
# File 'lib/blazingdocs/models/plan_model.rb', line 8

def price_per_unit
  @price_per_unit
end

#quotaObject

Returns the value of attribute quota.



9
10
11
# File 'lib/blazingdocs/models/plan_model.rb', line 9

def quota
  @quota
end