Class: KalibroGem::Entities::Module

Inherits:
Model
  • Object
show all
Defined in:
lib/kalibro_gem/entities/module.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

#granularityObject

Returns the value of attribute granularity.



23
24
25
# File 'lib/kalibro_gem/entities/module.rb', line 23

def granularity
  @granularity
end

#nameObject

Returns the value of attribute name.



23
24
25
# File 'lib/kalibro_gem/entities/module.rb', line 23

def name
  @name
end