Class: Dms::Tier1::ImportSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/dms/tier1.rb

Overview

── Import types ────────────────────────────────────────────────────────

Instance Attribute Summary collapse

Instance Attribute Details

#alias_mapObject

Returns the value of attribute alias_map

Returns:

  • (Object)

    the current value of alias_map



203
204
205
# File 'lib/dms/tier1.rb', line 203

def alias_map
  @alias_map
end

#allowObject

Returns the value of attribute allow

Returns:

  • (Object)

    the current value of allow



203
204
205
# File 'lib/dms/tier1.rb', line 203

def allow
  @allow
end

#bindObject

Returns the value of attribute bind

Returns:

  • (Object)

    the current value of bind



203
204
205
# File 'lib/dms/tier1.rb', line 203

def bind
  @bind
end

#denyObject

Returns the value of attribute deny

Returns:

  • (Object)

    the current value of deny



203
204
205
# File 'lib/dms/tier1.rb', line 203

def deny
  @deny
end

#dialectObject

Returns the value of attribute dialect

Returns:

  • (Object)

    the current value of dialect



203
204
205
# File 'lib/dms/tier1.rb', line 203

def dialect
  @dialect
end

#nsObject

Returns the value of attribute ns

Returns:

  • (Object)

    the current value of ns



203
204
205
# File 'lib/dms/tier1.rb', line 203

def ns
  @ns
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



203
204
205
# File 'lib/dms/tier1.rb', line 203

def version
  @version
end