Class: KalibroClient::Entities::Configurations::RangeSnapshot
- Includes:
- RangeMethods
- Defined in:
- lib/kalibro_client/entities/configurations/range_snapshot.rb
Instance Attribute Summary collapse
-
#beginning ⇒ Object
readonly
Returns the value of attribute beginning.
-
#color ⇒ Object
Returns the value of attribute color.
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#end ⇒ Object
readonly
Returns the value of attribute end.
-
#grade ⇒ Object
Returns the value of attribute grade.
-
#label ⇒ Object
Returns the value of attribute label.
Attributes included from DateAttributes
Attributes inherited from Base
Method Summary
Methods included from RangeMethods
Methods inherited from Base
Methods inherited from Base
#==, create, create_array_from_hash, create_objects_array_from_hash, #destroy, exists?, find, #initialize, request, #save, #save!, #to_hash, to_object, to_objects_array, #update
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, #destroy_prefix, #save_action, #save_params, #save_prefix, #update_params, #update_prefix
Constructor Details
This class inherits a constructor from KalibroClient::Entities::Base
Instance Attribute Details
#beginning ⇒ Object (readonly)
Returns the value of attribute beginning.
24 25 26 |
# File 'lib/kalibro_client/entities/configurations/range_snapshot.rb', line 24 def beginning @beginning end |
#color ⇒ Object
Returns the value of attribute color.
23 24 25 |
# File 'lib/kalibro_client/entities/configurations/range_snapshot.rb', line 23 def color @color end |
#comments ⇒ Object
Returns the value of attribute comments.
23 24 25 |
# File 'lib/kalibro_client/entities/configurations/range_snapshot.rb', line 23 def comments @comments end |
#end ⇒ Object (readonly)
Returns the value of attribute end.
24 25 26 |
# File 'lib/kalibro_client/entities/configurations/range_snapshot.rb', line 24 def end @end end |
#grade ⇒ Object
Returns the value of attribute grade.
23 24 25 |
# File 'lib/kalibro_client/entities/configurations/range_snapshot.rb', line 23 def grade @grade end |
#label ⇒ Object
Returns the value of attribute label.
23 24 25 |
# File 'lib/kalibro_client/entities/configurations/range_snapshot.rb', line 23 def label @label end |