Class: Basicbetch

Inherits:
Object
  • Object
show all
Defined in:
lib/basic_betch.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBasicbetch

Returns a new instance of Basicbetch.



5
6
7
8
# File 'lib/basic_betch.rb', line 5

def initialize
  @basic_items = []

end

Instance Attribute Details

#basic_itemsObject

Returns the value of attribute basic_items.



3
4
5
# File 'lib/basic_betch.rb', line 3

def basic_items
  @basic_items
end

#instafoodObject (readonly)

Returns the value of attribute instafood.



2
3
4
# File 'lib/basic_betch.rb', line 2

def instafood
  @instafood
end

#nameObject (readonly)

Returns the value of attribute name.



2
3
4
# File 'lib/basic_betch.rb', line 2

def name
  @name
end

#north_faceObject (readonly)

Returns the value of attribute north_face.



2
3
4
# File 'lib/basic_betch.rb', line 2

def north_face
  @north_face
end

#role_modelObject (readonly)

Returns the value of attribute role_model.



2
3
4
# File 'lib/basic_betch.rb', line 2

def role_model
  @role_model
end

#starbucks_orderObject (readonly)

Returns the value of attribute starbucks_order.



2
3
4
# File 'lib/basic_betch.rb', line 2

def starbucks_order
  @starbucks_order
end

#tv_showObject (readonly)

Returns the value of attribute tv_show.



2
3
4
# File 'lib/basic_betch.rb', line 2

def tv_show
  @tv_show
end

#uggsObject (readonly)

Returns the value of attribute uggs.



2
3
4
# File 'lib/basic_betch.rb', line 2

def uggs
  @uggs
end

#yoga_pantsObject (readonly)

Returns the value of attribute yoga_pants.



2
3
4
# File 'lib/basic_betch.rb', line 2

def yoga_pants
  @yoga_pants
end

Instance Method Details

#ermagerdObject



10
11
12
13
14
15
16
17
18
19
20
# File 'lib/basic_betch.rb', line 10

def ermagerd
  basic_name
  basic_drink
  basic_uggs
  basic_north_face
  basic_instagram
  basic_yoga_pants
  basic_role_model
  basic_tv_show
  is_basic?
end