Class: Bumeran::Publication
- Inherits:
-
Object
- Object
- Bumeran::Publication
- Defined in:
- lib/bumeran/publication.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
Instance Method Summary collapse
-
#initialize ⇒ Publication
constructor
A new instance of Publication.
Constructor Details
#initialize ⇒ Publication
Returns a new instance of Publication.
5 6 7 |
# File 'lib/bumeran/publication.rb', line 5 def initialize self.body = default_publication_json() end |
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
3 4 5 |
# File 'lib/bumeran/publication.rb', line 3 def body @body end |