Class: Yandex360::Resource
- Inherits:
-
Object
- Object
- Yandex360::Resource
- Defined in:
- lib/yandex360/resource.rb
Direct Known Subclasses
AntispamResource, AuditResource, DepartmentsResource, DnsResource, DomainsResource, GroupsResource, OrganizationsResource, PostSettingsResource, TwoFaResource, UsersResource
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client) ⇒ Resource
constructor
A new instance of Resource.
Constructor Details
#initialize(client) ⇒ Resource
7 8 9 |
# File 'lib/yandex360/resource.rb', line 7 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
5 6 7 |
# File 'lib/yandex360/resource.rb', line 5 def client @client end |