Class: UU::OS::PersonalRole::PersonalRoleAccountAttributes

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/personal_role/personal_role_account_attributes.rb

Overview

Account attributes.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from REST::DTO

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from UU::OS::REST::DTO

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO

Instance Attribute Details

- (Object) account_name



17
18
19
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_account_attributes.rb', line 17

def 
  @account_name
end

- (Object) creation_time



20
21
22
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_account_attributes.rb', line 20

def creation_time
  @creation_time
end

- (Object) id



11
12
13
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_account_attributes.rb', line 11

def id
  @id
end

- (Object) realm



14
15
16
# File 'uu_os-0.29.16/lib/uu/os/personal_role/personal_role_account_attributes.rb', line 14

def realm
  @realm
end