Class: BrickFTP::RESTfulAPI::CreateNotification::Params

Inherits:
Struct
  • Object
show all
Defined in:
lib/brick_ftp/restful_api/create_notification.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



23
24
25
# File 'lib/brick_ftp/restful_api/create_notification.rb', line 23

def path
  @path
end

#send_intervalObject

Returns the value of attribute send_interval

Returns:

  • (Object)

    the current value of send_interval



23
24
25
# File 'lib/brick_ftp/restful_api/create_notification.rb', line 23

def send_interval
  @send_interval
end

#user_idObject

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



23
24
25
# File 'lib/brick_ftp/restful_api/create_notification.rb', line 23

def user_id
  @user_id
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



23
24
25
# File 'lib/brick_ftp/restful_api/create_notification.rb', line 23

def username
  @username
end