class PostProcess::TaskProcessor

Defined in:

post_process/processors/task_processor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(task : Task, file_path : String) #

[View source]

Instance Method Detail

def api_name : String #

[View source]
def api_name=(api_name : String) #

[View source]
def apply_changes_to_file_content #

[View source]
def capitalized_api_name : String #

[View source]
def capitalized_api_name=(capitalized_api_name : String) #

[View source]
def changes(*args, **options) #

[View source]
def changes(*args, **options, &) #

[View source]
def execute #

[View source]
def file_content : String #

[View source]
def file_content=(file_content : String) #

[View source]
def file_name : String #

[View source]
def file_name=(file_name : String) #

[View source]
def file_path : String #

[View source]
def file_path=(file_path : String) #

[View source]
def task : Task #

[View source]
def task=(task : Task) #

[View source]