Class: People

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePeople

Returns a new instance of People.



4
5
6
7
8
9
10
11
12
# File 'lib/zhSieve/people.rb', line 4

def initialize
	@name = 'NA'
	@avatar = 'NA'
	@location = 'NA'
	@business = 'NA'
	@education = 'NA'
	@detail = 'NA'
	@bio = 'NA'
end

Instance Attribute Details

#avatarObject

Returns the value of attribute avatar.



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

def avatar
  @avatar
end

#bioObject

Returns the value of attribute bio.



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

def bio
  @bio
end

#businessObject

Returns the value of attribute business.



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

def business
  @business
end

#detailObject

Returns the value of attribute detail.



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

def detail
  @detail
end

#educationObject

Returns the value of attribute education.



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

def education
  @education
end

#locationObject

Returns the value of attribute location.



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

def location
  @location
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end