Class: Kameleoon::Data
- Inherits:
-
Object
- Object
- Kameleoon::Data
- Defined in:
- lib/kameleoon/data.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#sent ⇒ Object
Returns the value of attribute sent.
Instance Method Summary collapse
-
#initialize(*args) ⇒ Data
constructor
A new instance of Data.
- #obtain_full_post_text_line ⇒ Object
Constructor Details
#initialize(*args) ⇒ Data
Returns a new instance of Data.
25 26 27 |
# File 'lib/kameleoon/data.rb', line 25 def initialize(*args) raise KameleoonError.new("Cannot initialise interface.") end |
Instance Attribute Details
#instance ⇒ Object
Returns the value of attribute instance.
23 24 25 |
# File 'lib/kameleoon/data.rb', line 23 def instance @instance end |
#sent ⇒ Object
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_line ⇒ Object
29 30 31 |
# File 'lib/kameleoon/data.rb', line 29 def obtain_full_post_text_line raise KameleoonError.new("ToDo: implement this method.") end |