Class: BrickFTP::Types::SiteUsage

Inherits:
Struct
  • Object
show all
Includes:
IgnoreUndefinedAttributes
Defined in:
lib/brick_ftp/types/site_usage.rb

Instance Attribute Summary collapse

Method Summary

Methods included from IgnoreUndefinedAttributes

#initialize

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



7
8
9
# File 'lib/brick_ftp/types/site_usage.rb', line 7

def created_at
  @created_at
end

#current_storageObject

Returns the value of attribute current_storage

Returns:

  • (Object)

    the current value of current_storage



7
8
9
# File 'lib/brick_ftp/types/site_usage.rb', line 7

def current_storage
  @current_storage
end

#end_atObject

Returns the value of attribute end_at

Returns:

  • (Object)

    the current value of end_at



7
8
9
# File 'lib/brick_ftp/types/site_usage.rb', line 7

def end_at
  @end_at
end

#high_water_storageObject

Returns the value of attribute high_water_storage

Returns:

  • (Object)

    the current value of high_water_storage



7
8
9
# File 'lib/brick_ftp/types/site_usage.rb', line 7

def high_water_storage
  @high_water_storage
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/brick_ftp/types/site_usage.rb', line 7

def id
  @id
end

#live_current_storageObject

Returns the value of attribute live_current_storage

Returns:

  • (Object)

    the current value of live_current_storage



7
8
9
# File 'lib/brick_ftp/types/site_usage.rb', line 7

def live_current_storage
  @live_current_storage
end

#start_atObject

Returns the value of attribute start_at

Returns:

  • (Object)

    the current value of start_at



7
8
9
# File 'lib/brick_ftp/types/site_usage.rb', line 7

def start_at
  @start_at
end

#total_downloadsObject

Returns the value of attribute total_downloads

Returns:

  • (Object)

    the current value of total_downloads



7
8
9
# File 'lib/brick_ftp/types/site_usage.rb', line 7

def total_downloads
  @total_downloads
end

#total_uploadsObject

Returns the value of attribute total_uploads

Returns:

  • (Object)

    the current value of total_uploads



7
8
9
# File 'lib/brick_ftp/types/site_usage.rb', line 7

def total_uploads
  @total_uploads
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



7
8
9
# File 'lib/brick_ftp/types/site_usage.rb', line 7

def updated_at
  @updated_at
end

#usage_by_top_level_dirObject

Returns the value of attribute usage_by_top_level_dir

Returns:

  • (Object)

    the current value of usage_by_top_level_dir



7
8
9
# File 'lib/brick_ftp/types/site_usage.rb', line 7

def usage_by_top_level_dir
  @usage_by_top_level_dir
end