Class: Cadenya::Types::ObjectiveEventData_Notice
- Inherits:
-
Object
- Object
- Cadenya::Types::ObjectiveEventData_Notice
- Defined in:
- lib/cadenya/types.rb
Instance Attribute Summary collapse
-
#notice ⇒ Object
readonly
Returns the value of attribute notice.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(type: nil, notice: nil) ⇒ ObjectiveEventData_Notice
constructor
A new instance of ObjectiveEventData_Notice.
- #to_h ⇒ Object
Constructor Details
#initialize(type: nil, notice: nil) ⇒ ObjectiveEventData_Notice
Returns a new instance of ObjectiveEventData_Notice.
8895 8896 8897 8898 |
# File 'lib/cadenya/types.rb', line 8895 def initialize(type: nil, notice: nil) @type = type @notice = notice end |
Instance Attribute Details
#notice ⇒ Object (readonly)
Returns the value of attribute notice.
8893 8894 8895 |
# File 'lib/cadenya/types.rb', line 8893 def notice @notice end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
8893 8894 8895 |
# File 'lib/cadenya/types.rb', line 8893 def type @type end |