Class: Udb::Portfolio::ExtraNote
- Inherits:
-
Object
- Object
- Udb::Portfolio::ExtraNote
- Defined in:
- lib/udb/obj/portfolio.rb
Overview
ExtraNote Subclass #
Instance Method Summary collapse
-
#initialize(data) ⇒ ExtraNote
constructor
A new instance of ExtraNote.
- #presence_obj ⇒ Object
- #text ⇒ Object
Constructor Details
Instance Method Details
#presence_obj ⇒ Object
924 |
# File 'lib/udb/obj/portfolio.rb', line 924 def presence_obj = @presence_obj |
#text ⇒ Object
925 |
# File 'lib/udb/obj/portfolio.rb', line 925 def text = @data["text"] |