Method: Itly#initialize
- Defined in:
- lib/itly/itly.rb
#initialize ⇒ Itly
Create a new Itly object.
The is_initialized instance variable is a True/False flag indicating if the load method was called on the object.
15 16 17 |
# File 'lib/itly/itly.rb', line 15 def initialize @is_initialized = false end |