Class: BrickFTP::RESTfulAPI::CreateBehavior::Params

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

Instance Attribute Summary collapse

Instance Attribute Details

#behaviorObject

Returns the value of attribute behavior

Returns:

  • (Object)

    the current value of behavior



22
23
24
# File 'lib/brick_ftp/restful_api/create_behavior.rb', line 22

def behavior
  @behavior
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



22
23
24
# File 'lib/brick_ftp/restful_api/create_behavior.rb', line 22

def path
  @path
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



22
23
24
# File 'lib/brick_ftp/restful_api/create_behavior.rb', line 22

def value
  @value
end