Module: OracleOWS::Common
- Included in:
- Base
- Defined in:
- lib/oracle_ows/common.rb
Overview
common methods to include in all classes
Instance Attribute Summary collapse
-
#namespaces ⇒ Hash
# @return [OracleOws::Base] base class object holds connection parameters attr_accessor :base #namespaces= writer method adds more namespaces to the hash.
- #password ⇒ String, Hash
- #url ⇒ String, Hash
- #username ⇒ String, Hash
Instance Attribute Details
#namespaces ⇒ Hash
# @return [OracleOws::Base] base class object holds connection parameters attr_accessor :base #namespaces= writer method adds more namespaces to the hash
26 27 28 |
# File 'lib/oracle_ows/common.rb', line 26 def namespaces @namespaces end |
#password ⇒ String, Hash
21 22 23 |
# File 'lib/oracle_ows/common.rb', line 21 def password @password end |
#url ⇒ String, Hash
21 22 23 |
# File 'lib/oracle_ows/common.rb', line 21 def url @url end |
#username ⇒ String, Hash
21 22 23 |
# File 'lib/oracle_ows/common.rb', line 21 def username @username end |