Class: Packet::Plan
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#line ⇒ Object
Returns the value of attribute line.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pricing ⇒ Object
Returns the value of attribute pricing.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#specs ⇒ Object
Returns the value of attribute specs.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/packet/plan.rb', line 7 def description @description end |
#line ⇒ Object
Returns the value of attribute line.
8 9 10 |
# File 'lib/packet/plan.rb', line 8 def line @line end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/packet/plan.rb', line 6 def name @name end |
#pricing ⇒ Object
Returns the value of attribute pricing.
10 11 12 |
# File 'lib/packet/plan.rb', line 10 def pricing @pricing end |
#slug ⇒ Object
Returns the value of attribute slug.
5 6 7 |
# File 'lib/packet/plan.rb', line 5 def slug @slug end |
#specs ⇒ Object
Returns the value of attribute specs.
9 10 11 |
# File 'lib/packet/plan.rb', line 9 def specs @specs end |