Class: KalibroGem::Entities::RangeSnapshot

Inherits:
Model
  • Object
show all
Defined in:
lib/kalibro_gem/entities/range_snapshot.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#kalibro_errors

Method Summary

Methods inherited from Model

#==, create, create_array_from_hash, create_objects_array_from_hash, #destroy, #errors=, 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 KalibroGem::Entities::Model

Instance Attribute Details

#beginningObject

Returns the value of attribute beginning.



22
23
24
# File 'lib/kalibro_gem/entities/range_snapshot.rb', line 22

def beginning
  @beginning
end

#colorObject

Returns the value of attribute color.



22
23
24
# File 'lib/kalibro_gem/entities/range_snapshot.rb', line 22

def color
  @color
end

#commentsObject

Returns the value of attribute comments.



22
23
24
# File 'lib/kalibro_gem/entities/range_snapshot.rb', line 22

def comments
  @comments
end

#endObject

Returns the value of attribute end.



22
23
24
# File 'lib/kalibro_gem/entities/range_snapshot.rb', line 22

def end
  @end
end

#gradeObject

Returns the value of attribute grade.



22
23
24
# File 'lib/kalibro_gem/entities/range_snapshot.rb', line 22

def grade
  @grade
end

#labelObject

Returns the value of attribute label.



22
23
24
# File 'lib/kalibro_gem/entities/range_snapshot.rb', line 22

def label
  @label
end