Class: Ruby::Text2sql::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby/text2sql.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



15
16
17
# File 'lib/ruby/text2sql.rb', line 15

def initialize
  @allowed_actions = [:select]
end

Instance Attribute Details

#allowed_actionsObject

Returns the value of attribute allowed_actions.



13
14
15
# File 'lib/ruby/text2sql.rb', line 13

def allowed_actions
  @allowed_actions
end