struct Movie::Remote::RemoteFailedSystemPayload

Included Modules

Defined in:

movie/remote/remote_actor_ref.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(actor_path : String, error_class : String, message : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def actor_path : String #

def clone #

[View source]
def copy_with(actor_path _actor_path = @actor_path, error_class _error_class = @error_class, message _message = @message) #

[View source]
def error_class : String #

def message : String #