Class: BCP47::Tag
- Inherits:
-
Struct
- Object
- Struct
- BCP47::Tag
- Defined in:
- lib/bcp47_spec.rb
Instance Attribute Summary collapse
-
#extensions ⇒ Object
Returns the value of attribute extensions.
-
#language ⇒ Object
Returns the value of attribute language.
-
#private ⇒ Object
Returns the value of attribute private.
-
#region ⇒ Object
Returns the value of attribute region.
-
#script ⇒ Object
Returns the value of attribute script.
-
#variants ⇒ Object
Returns the value of attribute variants.
Instance Attribute Details
#extensions ⇒ Object
Returns the value of attribute extensions
9 10 11 |
# File 'lib/bcp47_spec.rb', line 9 def extensions @extensions end |
#language ⇒ Object
Returns the value of attribute language
9 10 11 |
# File 'lib/bcp47_spec.rb', line 9 def language @language end |
#private ⇒ Object
Returns the value of attribute private
9 10 11 |
# File 'lib/bcp47_spec.rb', line 9 def private @private end |
#region ⇒ Object
Returns the value of attribute region
9 10 11 |
# File 'lib/bcp47_spec.rb', line 9 def region @region end |
#script ⇒ Object
Returns the value of attribute script
9 10 11 |
# File 'lib/bcp47_spec.rb', line 9 def script @script end |
#variants ⇒ Object
Returns the value of attribute variants
9 10 11 |
# File 'lib/bcp47_spec.rb', line 9 def variants @variants end |