Class: Collavre::Creatives::CreateService::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/collavre/creatives/create_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#creativeObject

Returns the value of attribute creative

Returns:

  • (Object)

    the current value of creative



7
8
9
# File 'app/services/collavre/creatives/create_service.rb', line 7

def creative
  @creative
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



7
8
9
# File 'app/services/collavre/creatives/create_service.rb', line 7

def errors
  @errors
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



7
8
9
# File 'app/services/collavre/creatives/create_service.rb', line 7

def success?
  @success?
end