Module: Ext::NegociateContent::CClassMethods
- Defined in:
- lib/ext/negociate_content.rb
Instance Attribute Summary collapse
-
#default_charset ⇒ Object
Returns the value of attribute default_charset.
-
#default_content_type ⇒ Object
Returns the value of attribute default_content_type.
-
#default_encoding ⇒ Object
Returns the value of attribute default_encoding.
-
#default_language ⇒ Object
Returns the value of attribute default_language.
Instance Attribute Details
#default_charset ⇒ Object
Returns the value of attribute default_charset.
85 86 87 |
# File 'lib/ext/negociate_content.rb', line 85 def default_charset @default_charset end |
#default_content_type ⇒ Object
Returns the value of attribute default_content_type.
85 86 87 |
# File 'lib/ext/negociate_content.rb', line 85 def default_content_type @default_content_type end |
#default_encoding ⇒ Object
Returns the value of attribute default_encoding.
85 86 87 |
# File 'lib/ext/negociate_content.rb', line 85 def default_encoding @default_encoding end |
#default_language ⇒ Object
Returns the value of attribute default_language.
85 86 87 |
# File 'lib/ext/negociate_content.rb', line 85 def default_language @default_language end |