Class: Virtuozzo::SOAP::Types::Session::SessionmType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Session::SessionmType
- Defined in:
- lib/virtuozzo/soap/types/session.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/sessionmsessionmType
configuration - Virtuozzo::SOAP::Drivers::Session::ConfigurationType
ok - Virtuozzo::SOAP::Drivers::Session::SessionmType::Ok
error - Virtuozzo::SOAP::Drivers::Session::SessionmType::Error
login - Virtuozzo::SOAP::Drivers::Session::Login
login_as - Virtuozzo::SOAP::Drivers::Session::Login_as
duplicate_session - Virtuozzo::SOAP::Drivers::Session::Duplicate_session
logout - Virtuozzo::SOAP::Drivers::Session::Logout
verify - Virtuozzo::SOAP::Drivers::Session::Verify
put - Virtuozzo::SOAP::Drivers::Session::Put
get - Virtuozzo::SOAP::Drivers::Session::Get
list_sessions - Virtuozzo::SOAP::Drivers::Session::List_sessions
register_client - Virtuozzo::SOAP::Drivers::Session::Register_client
count_registered - Virtuozzo::SOAP::Drivers::Session::Count_registered
get_session - Virtuozzo::SOAP::Drivers::Session::Get_session
update_session - Virtuozzo::SOAP::Drivers::Session::Update_session
session_id - SOAP::SOAPString
data - Virtuozzo::SOAP::Drivers::Session::DataType
session - Virtuozzo::SOAP::Drivers::Session::SessionType
pass - Virtuozzo::SOAP::Drivers::Session::Auth_nameType
token - Virtuozzo::SOAP::Drivers::Session::TokenType
registered - Virtuozzo::SOAP::Drivers::Session::Registered
Defined Under Namespace
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#count_registered ⇒ Object
Returns the value of attribute count_registered.
-
#data ⇒ Object
Returns the value of attribute data.
-
#duplicate_session ⇒ Object
Returns the value of attribute duplicate_session.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get ⇒ Object
Returns the value of attribute get.
-
#get_session ⇒ Object
Returns the value of attribute get_session.
-
#list_sessions ⇒ Object
Returns the value of attribute list_sessions.
-
#login ⇒ Object
Returns the value of attribute login.
-
#login_as ⇒ Object
Returns the value of attribute login_as.
-
#logout ⇒ Object
Returns the value of attribute logout.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#pass ⇒ Object
Returns the value of attribute pass.
-
#put ⇒ Object
Returns the value of attribute put.
-
#register_client ⇒ Object
Returns the value of attribute register_client.
-
#registered ⇒ Object
Returns the value of attribute registered.
-
#session ⇒ Object
Returns the value of attribute session.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#token ⇒ Object
Returns the value of attribute token.
-
#update_session ⇒ Object
Returns the value of attribute update_session.
-
#verify ⇒ Object
Returns the value of attribute verify.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], login = [], login_as = [], duplicate_session = [], logout = [], verify = [], put = [], get = [], list_sessions = [], register_client = [], count_registered = [], get_session = [], update_session = [], session_id = [], data = [], session = [], pass = [], token = [], registered = []) ⇒ SessionmType
constructor
A new instance of SessionmType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], login = [], login_as = [], duplicate_session = [], logout = [], verify = [], put = [], get = [], list_sessions = [], register_client = [], count_registered = [], get_session = [], update_session = [], session_id = [], data = [], session = [], pass = [], token = [], registered = []) ⇒ SessionmType
Returns a new instance of SessionmType.
1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1808 def initialize(configuration = nil, ok = [], error = [], login = [], login_as = [], duplicate_session = [], logout = [], verify = [], put = [], get = [], list_sessions = [], register_client = [], count_registered = [], get_session = [], update_session = [], session_id = [], data = [], session = [], pass = [], token = [], registered = []) @configuration = configuration @ok = ok @error = error @login = login @login_as = login_as @duplicate_session = duplicate_session @logout = logout @verify = verify @put = put @get = get @list_sessions = list_sessions @register_client = register_client @count_registered = count_registered @get_session = get_session @update_session = update_session @session_id = session_id @data = data @session = session @pass = pass @token = token @registered = registered end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
1786 1787 1788 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1786 def configuration @configuration end |
#count_registered ⇒ Object
Returns the value of attribute count_registered.
1798 1799 1800 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1798 def count_registered @count_registered end |
#data ⇒ Object
Returns the value of attribute data.
1802 1803 1804 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1802 def data @data end |
#duplicate_session ⇒ Object
Returns the value of attribute duplicate_session.
1791 1792 1793 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1791 def duplicate_session @duplicate_session end |
#error ⇒ Object
Returns the value of attribute error.
1788 1789 1790 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1788 def error @error end |
#get ⇒ Object
Returns the value of attribute get.
1795 1796 1797 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1795 def get @get end |
#get_session ⇒ Object
Returns the value of attribute get_session.
1799 1800 1801 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1799 def get_session @get_session end |
#list_sessions ⇒ Object
Returns the value of attribute list_sessions.
1796 1797 1798 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1796 def list_sessions @list_sessions end |
#login ⇒ Object
Returns the value of attribute login.
1789 1790 1791 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1789 def login @login end |
#login_as ⇒ Object
Returns the value of attribute login_as.
1790 1791 1792 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1790 def login_as @login_as end |
#logout ⇒ Object
Returns the value of attribute logout.
1792 1793 1794 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1792 def logout @logout end |
#ok ⇒ Object
Returns the value of attribute ok.
1787 1788 1789 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1787 def ok @ok end |
#pass ⇒ Object
Returns the value of attribute pass.
1804 1805 1806 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1804 def pass @pass end |
#put ⇒ Object
Returns the value of attribute put.
1794 1795 1796 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1794 def put @put end |
#register_client ⇒ Object
Returns the value of attribute register_client.
1797 1798 1799 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1797 def register_client @register_client end |
#registered ⇒ Object
Returns the value of attribute registered.
1806 1807 1808 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1806 def registered @registered end |
#session ⇒ Object
Returns the value of attribute session.
1803 1804 1805 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1803 def session @session end |
#session_id ⇒ Object
Returns the value of attribute session_id.
1801 1802 1803 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1801 def session_id @session_id end |
#token ⇒ Object
Returns the value of attribute token.
1805 1806 1807 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1805 def token @token end |
#update_session ⇒ Object
Returns the value of attribute update_session.
1800 1801 1802 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1800 def update_session @update_session end |
#verify ⇒ Object
Returns the value of attribute verify.
1793 1794 1795 |
# File 'lib/virtuozzo/soap/types/session.rb', line 1793 def verify @verify end |