Class: SolidObjects::Actor::ReminderIntent
- Inherits:
-
Data
- Object
- Data
- SolidObjects::Actor::ReminderIntent
- Defined in:
- lib/solid_objects/actor.rb,
sig/generated/lib/solid_objects/actor.rbs
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#at ⇒ Object
readonly
Returns the value of attribute at.
-
#interval_seconds ⇒ Object
readonly
Returns the value of attribute interval_seconds.
-
#missed_policy ⇒ Object
readonly
Returns the value of attribute missed_policy.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#operation ⇒ Object
readonly
Returns the value of attribute operation.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
11 12 13 |
# File 'lib/solid_objects/actor.rb', line 11 def arguments @arguments end |
#at ⇒ Object (readonly)
Returns the value of attribute at
11 12 13 |
# File 'lib/solid_objects/actor.rb', line 11 def at @at end |
#interval_seconds ⇒ Object (readonly)
Returns the value of attribute interval_seconds
11 12 13 |
# File 'lib/solid_objects/actor.rb', line 11 def interval_seconds @interval_seconds end |
#missed_policy ⇒ Object (readonly)
Returns the value of attribute missed_policy
11 12 13 |
# File 'lib/solid_objects/actor.rb', line 11 def missed_policy @missed_policy end |
#name ⇒ Object (readonly)
Returns the value of attribute name
11 12 13 |
# File 'lib/solid_objects/actor.rb', line 11 def name @name end |
#operation ⇒ Object (readonly)
Returns the value of attribute operation
11 12 13 |
# File 'lib/solid_objects/actor.rb', line 11 def operation @operation end |
Class Method Details
.members ⇒ [ :name, :operation, :at, :arguments, :interval_seconds, :missed_policy ]
56 |
# File 'sig/generated/lib/solid_objects/actor.rbs', line 56
def self.members: () -> [ :name, :operation, :at, :arguments, :interval_seconds, :missed_policy ]
|
.new(name, operation, at, arguments, interval_seconds, missed_policy) ⇒ instance .new(name:, operation:, at:, arguments:, interval_seconds:, missed_policy:) ⇒ instance
53 54 |
# File 'sig/generated/lib/solid_objects/actor.rbs', line 53
def self.new: (untyped name, untyped operation, untyped at, untyped arguments, untyped interval_seconds, untyped missed_policy) -> instance
| (name: untyped, operation: untyped, at: untyped, arguments: untyped, interval_seconds: untyped, missed_policy: untyped) -> instance
|
Instance Method Details
#members ⇒ [ :name, :operation, :at, :arguments, :interval_seconds, :missed_policy ]
58 |
# File 'sig/generated/lib/solid_objects/actor.rbs', line 58
def members: () -> [ :name, :operation, :at, :arguments, :interval_seconds, :missed_policy ]
|