Class: KalibroGatekeeperClient::Entities::Metric
- Defined in:
- lib/kalibro_gatekeeper_client/entities/metric.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#compound ⇒ Object
Returns the value of attribute compound.
-
#description ⇒ Object
Returns the value of attribute description.
-
#language ⇒ Object
Returns the value of attribute language.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#script ⇒ Object
Returns the value of attribute script.
Attributes inherited from Model
Instance Method Summary collapse
Methods inherited from Model
#==, create, create_array_from_hash, create_objects_array_from_hash, #destroy, exists?, find, #initialize, request, #save, #save!, #to_hash, to_object, to_objects_array
Methods included from RequestMethods::ClassMethods
#exists_action, #find_action, #id_params
Methods included from HashConverters
#convert_to_hash, #date_with_milliseconds, #field_to_hash
Methods included from XMLConverters
#get_xml, #xml_instance_class_name
Methods included from RequestMethods
#destroy_action, #destroy_params, #save_action, #save_params
Constructor Details
This class inherits a constructor from KalibroGatekeeperClient::Entities::Model
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
4 5 6 |
# File 'lib/kalibro_gatekeeper_client/entities/metric.rb', line 4 def code @code end |
#compound ⇒ Object
Returns the value of attribute compound.
4 5 6 |
# File 'lib/kalibro_gatekeeper_client/entities/metric.rb', line 4 def compound @compound end |
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/kalibro_gatekeeper_client/entities/metric.rb', line 4 def description @description end |
#language ⇒ Object
Returns the value of attribute language.
4 5 6 |
# File 'lib/kalibro_gatekeeper_client/entities/metric.rb', line 4 def language @language end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/kalibro_gatekeeper_client/entities/metric.rb', line 4 def name @name end |
#scope ⇒ Object
Returns the value of attribute scope.
4 5 6 |
# File 'lib/kalibro_gatekeeper_client/entities/metric.rb', line 4 def scope @scope end |
#script ⇒ Object
Returns the value of attribute script.
4 5 6 |
# File 'lib/kalibro_gatekeeper_client/entities/metric.rb', line 4 def script @script end |
Instance Method Details
#languages ⇒ Object
6 7 8 |
# File 'lib/kalibro_gatekeeper_client/entities/metric.rb', line 6 def languages @language end |
#languages=(languages) ⇒ Object
10 11 12 |
# File 'lib/kalibro_gatekeeper_client/entities/metric.rb', line 10 def languages=(languages) @language = languages end |