struct Oscar::Topic
- Oscar::Topic
- Struct
- Value
- Object
Defined in:
oscar.crConstructors
Instance Method Summary
- #clone
- #content : -> String
- #copy_with(title _title = @title, summary _summary = @summary, content _content = @content)
- #summary : String
- #title : String
Constructor Detail
Instance Method Detail
def copy_with(title _title = @title, summary _summary = @summary, content _content = @content)
#