Class: PublicSuffix::Rule::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/public_suffix/rule.rb

Instance Attribute Summary collapse

Instance Attribute Details

#length ⇒ Object

Returns the value of attribute length

Returns:

  • (Object) —

    the current value of length



25
26
27
# File 'lib/public_suffix/rule.rb', line 25

def length
  @length
end

#private ⇒ Object

Returns the value of attribute private

Returns:

  • (Object) —

    the current value of private



25
26
27
# File 'lib/public_suffix/rule.rb', line 25

def private
  @private
end

#type ⇒ Object

Returns the value of attribute type

Returns:

  • (Object) —

    the current value of type



25
26
27
# File 'lib/public_suffix/rule.rb', line 25

def type
  @type
end