Class: S3WebsiteDeploy::Client::LocalFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/s3_website_deploy/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_md5Object

Returns the value of attribute content_md5

Returns:

  • (Object)

    the current value of content_md5



9
10
11
# File 'lib/s3_website_deploy/client.rb', line 9

def content_md5
  @content_md5
end

#local_pathObject

Returns the value of attribute local_path

Returns:

  • (Object)

    the current value of local_path



9
10
11
# File 'lib/s3_website_deploy/client.rb', line 9

def local_path
  @local_path
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/s3_website_deploy/client.rb', line 9

def path
  @path
end