Class: Scrapetor::Schema::Group
- Inherits:
-
Struct
- Object
- Struct
- Scrapetor::Schema::Group
- Defined in:
- lib/scrapetor/schema.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#groups ⇒ Object
Returns the value of attribute groups.
-
#name ⇒ Object
Returns the value of attribute name.
-
#selector ⇒ Object
Returns the value of attribute selector.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
9 10 11 |
# File 'lib/scrapetor/schema.rb', line 9 def fields @fields end |
#groups ⇒ Object
Returns the value of attribute groups
9 10 11 |
# File 'lib/scrapetor/schema.rb', line 9 def groups @groups end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/scrapetor/schema.rb', line 9 def name @name end |
#selector ⇒ Object
Returns the value of attribute selector
9 10 11 |
# File 'lib/scrapetor/schema.rb', line 9 def selector @selector end |