Class: PublicSuffix::Rule::Entry
- Inherits:
-
Struct
- Object
- Struct
- PublicSuffix::Rule::Entry
- Defined in:
- lib/public_suffix/rule.rb
Instance Attribute Summary collapse
-
#length ⇒ Object
Returns the value of attribute length.
-
#private ⇒ Object
Returns the value of attribute private.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#length ⇒ Object
Returns the value of attribute length
25 26 27 |
# File 'lib/public_suffix/rule.rb', line 25 def length @length end |
#private ⇒ Object
Returns the value of attribute private
25 26 27 |
# File 'lib/public_suffix/rule.rb', line 25 def private @private end |
#type ⇒ Object
Returns the value of attribute type
25 26 27 |
# File 'lib/public_suffix/rule.rb', line 25 def type @type end |