Class: Kameleoon::Data

Inherits:
Object
  • Object
show all
Defined in:
lib/kameleoon/data.rb

Direct Known Subclasses

Browser, Conversion, CustomData, Interest, PageView

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Data

Returns a new instance of Data.

Raises:

  • (KameleoonError)


25
26
27
# File 'lib/kameleoon/data.rb', line 25

def initialize(*args)
  raise KameleoonError.new("Cannot initialise interface.")
end

Instance Attribute Details

#instanceObject

Returns the value of attribute instance.



23
24
25
# File 'lib/kameleoon/data.rb', line 23

def instance
  @instance
end

#sentObject

Returns the value of attribute sent.



23
24
25
# File 'lib/kameleoon/data.rb', line 23

def sent
  @sent
end

Instance Method Details

#obtain_full_post_text_lineObject

Raises:

  • (KameleoonError)


29
30
31
# File 'lib/kameleoon/data.rb', line 29

def obtain_full_post_text_line
  raise KameleoonError.new("ToDo: implement this method.")
end