Class: ODDB::Export::SessionStub
- Inherits:
-
Object
- Object
- ODDB::Export::SessionStub
- Defined in:
- lib/oddb/export/l10n_sessions.rb
Instance Attribute Summary collapse
-
#default_language ⇒ Object
readonly
Returns the value of attribute default_language.
-
#flavor ⇒ Object
readonly
Returns the value of attribute flavor.
-
#http_protocol ⇒ Object
readonly
Returns the value of attribute http_protocol.
-
#language ⇒ Object
Returns the value of attribute language.
-
#lookandfeel ⇒ Object
Returns the value of attribute lookandfeel.
-
#server_name ⇒ Object
readonly
Returns the value of attribute server_name.
Instance Method Summary collapse
-
#initialize ⇒ SessionStub
constructor
A new instance of SessionStub.
- #method_missing(*args) ⇒ Object
Constructor Details
#initialize ⇒ SessionStub
Returns a new instance of SessionStub.
12 13 14 15 16 17 |
# File 'lib/oddb/export/l10n_sessions.rb', line 12 def initialize @flavor = Html::Util::Session::DEFAULT_FLAVOR @http_protocol = 'http' @default_language = 'de' @server_name = ODDB.config.server_name end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args) ⇒ Object
18 19 |
# File 'lib/oddb/export/l10n_sessions.rb', line 18 def method_missing(*args) end |
Instance Attribute Details
#default_language ⇒ Object (readonly)
Returns the value of attribute default_language.
10 11 12 |
# File 'lib/oddb/export/l10n_sessions.rb', line 10 def default_language @default_language end |
#flavor ⇒ Object (readonly)
Returns the value of attribute flavor.
10 11 12 |
# File 'lib/oddb/export/l10n_sessions.rb', line 10 def flavor @flavor end |
#http_protocol ⇒ Object (readonly)
Returns the value of attribute http_protocol.
10 11 12 |
# File 'lib/oddb/export/l10n_sessions.rb', line 10 def http_protocol @http_protocol end |
#language ⇒ Object
Returns the value of attribute language.
11 12 13 |
# File 'lib/oddb/export/l10n_sessions.rb', line 11 def language @language end |
#lookandfeel ⇒ Object
Returns the value of attribute lookandfeel.
11 12 13 |
# File 'lib/oddb/export/l10n_sessions.rb', line 11 def lookandfeel @lookandfeel end |
#server_name ⇒ Object (readonly)
Returns the value of attribute server_name.
10 11 12 |
# File 'lib/oddb/export/l10n_sessions.rb', line 10 def server_name @server_name end |