Class: Dms::Tier1::ImportSpec
- Inherits:
-
Struct
- Object
- Struct
- Dms::Tier1::ImportSpec
- Defined in:
- lib/dms/tier1.rb
Overview
── Import types ────────────────────────────────────────────────────────
Instance Attribute Summary collapse
-
#alias_map ⇒ Object
Returns the value of attribute alias_map.
-
#allow ⇒ Object
Returns the value of attribute allow.
-
#bind ⇒ Object
Returns the value of attribute bind.
-
#deny ⇒ Object
Returns the value of attribute deny.
-
#dialect ⇒ Object
Returns the value of attribute dialect.
-
#ns ⇒ Object
Returns the value of attribute ns.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#alias_map ⇒ Object
Returns the value of attribute alias_map
203 204 205 |
# File 'lib/dms/tier1.rb', line 203 def alias_map @alias_map end |
#allow ⇒ Object
Returns the value of attribute allow
203 204 205 |
# File 'lib/dms/tier1.rb', line 203 def allow @allow end |
#bind ⇒ Object
Returns the value of attribute bind
203 204 205 |
# File 'lib/dms/tier1.rb', line 203 def bind @bind end |
#deny ⇒ Object
Returns the value of attribute deny
203 204 205 |
# File 'lib/dms/tier1.rb', line 203 def deny @deny end |
#dialect ⇒ Object
Returns the value of attribute dialect
203 204 205 |
# File 'lib/dms/tier1.rb', line 203 def dialect @dialect end |
#ns ⇒ Object
Returns the value of attribute ns
203 204 205 |
# File 'lib/dms/tier1.rb', line 203 def ns @ns end |
#version ⇒ Object
Returns the value of attribute version
203 204 205 |
# File 'lib/dms/tier1.rb', line 203 def version @version end |