Class: BrickFTP::RESTfulAPI::CreatePublicKey::Params

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

Instance Attribute Summary collapse

Instance Attribute Details

#public_keyObject

Returns the value of attribute public_key

Returns:

  • (Object)

    the current value of public_key



21
22
23
# File 'lib/brick_ftp/restful_api/create_public_key.rb', line 21

def public_key
  @public_key
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



21
22
23
# File 'lib/brick_ftp/restful_api/create_public_key.rb', line 21

def title
  @title
end