Class: Ari::ConfigInfo

Inherits:
Model
  • Object
show all
Defined in:
lib/ari/models/config_info.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#attributes=, #initialize

Constructor Details

This class inherits a constructor from Ari::Model

Instance Attribute Details

#default_languageObject (readonly)

Returns the value of attribute default_language.



15
16
17
# File 'lib/ari/models/config_info.rb', line 15

def default_language
  @default_language
end

#max_channelsObject (readonly)

Returns the value of attribute max_channels.



15
16
17
# File 'lib/ari/models/config_info.rb', line 15

def max_channels
  @max_channels
end

#max_loadObject

Returns the value of attribute max_load.



15
16
17
# File 'lib/ari/models/config_info.rb', line 15

def max_load
  @max_load
end

#max_open_filesObject (readonly)

Returns the value of attribute max_open_files.



15
16
17
# File 'lib/ari/models/config_info.rb', line 15

def max_open_files
  @max_open_files
end

#nameObject (readonly)

Returns the value of attribute name.



15
16
17
# File 'lib/ari/models/config_info.rb', line 15

def name
  @name
end

#setidObject

Returns the value of attribute setid.



15
16
17
# File 'lib/ari/models/config_info.rb', line 15

def setid
  @setid
end