Class: Obp::Access::DomainExtractor::Result
- Inherits:
-
Struct
- Object
- Struct
- Obp::Access::DomainExtractor::Result
- Defined in:
- lib/obp/access/domain_extractor.rb
Instance Attribute Summary collapse
-
#clean_children ⇒ Object
Returns the value of attribute clean_children.
-
#domains ⇒ Object
Returns the value of attribute domains.
Instance Attribute Details
#clean_children ⇒ Object
Returns the value of attribute clean_children
4 5 6 |
# File 'lib/obp/access/domain_extractor.rb', line 4 def clean_children @clean_children end |
#domains ⇒ Object
Returns the value of attribute domains
4 5 6 |
# File 'lib/obp/access/domain_extractor.rb', line 4 def domains @domains end |