Class: Packet::Plan

Inherits:
Object
  • Object
show all
Includes:
Entity
Defined in:
lib/packet/plan.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



7
8
9
# File 'lib/packet/plan.rb', line 7

def description
  @description
end

#lineObject

Returns the value of attribute line.



8
9
10
# File 'lib/packet/plan.rb', line 8

def line
  @line
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/packet/plan.rb', line 6

def name
  @name
end

#pricingObject

Returns the value of attribute pricing.



10
11
12
# File 'lib/packet/plan.rb', line 10

def pricing
  @pricing
end

#slugObject

Returns the value of attribute slug.



5
6
7
# File 'lib/packet/plan.rb', line 5

def slug
  @slug
end

#specsObject

Returns the value of attribute specs.



9
10
11
# File 'lib/packet/plan.rb', line 9

def specs
  @specs
end