Class: Ekispert::DataVersion
- Inherits:
-
Object
- Object
- Ekispert::DataVersion
- Extended by:
- Util
- Defined in:
- lib/ekispert/data_version.rb
Defined Under Namespace
Classes: Copyrights, Version
Instance Attribute Summary collapse
-
#copyrights_list ⇒ Object
Returns the value of attribute copyrights_list.
-
#version_list ⇒ Object
Returns the value of attribute version_list.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ DataVersion
constructor
A new instance of DataVersion.
Methods included from Util
Constructor Details
#initialize ⇒ DataVersion
Returns a new instance of DataVersion.
6 7 8 9 |
# File 'lib/ekispert/data_version.rb', line 6 def initialize @version_list = [] @copyrights_list = [] end |
Instance Attribute Details
#copyrights_list ⇒ Object
Returns the value of attribute copyrights_list.
4 5 6 |
# File 'lib/ekispert/data_version.rb', line 4 def copyrights_list @copyrights_list end |
#version_list ⇒ Object
Returns the value of attribute version_list.
4 5 6 |
# File 'lib/ekispert/data_version.rb', line 4 def version_list @version_list end |
Class Method Details
.get ⇒ Object
11 12 13 |
# File 'lib/ekispert/data_version.rb', line 11 def self.get to_data_version(Ekispert::Client.get('dataversion')) end |