Class: GlobusClient::Endpoint::FileInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/globus_client/endpoint.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/globus_client/endpoint.rb', line 8

def name
  @name
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



8
9
10
# File 'lib/globus_client/endpoint.rb', line 8

def size
  @size
end