Class: EhbrsRubyUtils::Airbnb::Parsers::Page::REVIEW_STRUCT
- Inherits:
-
Struct
- Object
- Struct
- EhbrsRubyUtils::Airbnb::Parsers::Page::REVIEW_STRUCT
- Defined in:
- lib/ehbrs_ruby_utils/airbnb/parsers/page.rb
Instance Attribute Summary collapse
-
#review_count ⇒ Object
Returns the value of attribute review_count.
-
#review_score ⇒ Object
Returns the value of attribute review_score.
Instance Attribute Details
#review_count ⇒ Object
Returns the value of attribute review_count
19 20 21 |
# File 'lib/ehbrs_ruby_utils/airbnb/parsers/page.rb', line 19 def review_count @review_count end |
#review_score ⇒ Object
Returns the value of attribute review_score
19 20 21 |
# File 'lib/ehbrs_ruby_utils/airbnb/parsers/page.rb', line 19 def review_score @review_score end |