Class: ReactManifest::LayoutPatcher::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/react_manifest/layout_patcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



16
17
18
# File 'lib/react_manifest/layout_patcher.rb', line 16

def detail
  @detail
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



16
17
18
# File 'lib/react_manifest/layout_patcher.rb', line 16

def file
  @file
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



16
17
18
# File 'lib/react_manifest/layout_patcher.rb', line 16

def status
  @status
end