Class: InternetNearMe::InternetCafe

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



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

def address
  @address
end

#hoursObject

Returns the value of attribute hours.



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

def hours
  @hours
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#number_of_reviewsObject

Returns the value of attribute number_of_reviews.



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

def number_of_reviews
  @number_of_reviews
end

#phoneObject

Returns the value of attribute phone.



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

def phone
  @phone
end

#priceObject

Returns the value of attribute price.



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

def price
  @price
end

#ratingObject

Returns the value of attribute rating.



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

def rating
  @rating
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end

#websiteObject

Returns the value of attribute website.



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

def website
  @website
end