Class: GlobusClient::Endpoint::FileInfo
- Inherits:
-
Struct
- Object
- Struct
- GlobusClient::Endpoint::FileInfo
- Defined in:
- lib/globus_client/endpoint.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/globus_client/endpoint.rb', line 8 def name @name end |
#size ⇒ Object
Returns the value of attribute size
8 9 10 |
# File 'lib/globus_client/endpoint.rb', line 8 def size @size end |