Class: Account
- Inherits:
-
Object
- Object
- Account
- Defined in:
- lib/sty/account.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(path) ⇒ Account
constructor
A new instance of Account.
Constructor Details
#initialize(path) ⇒ Account
Returns a new instance of Account.
13 14 15 |
# File 'lib/sty/account.rb', line 13 def initialize(path) end |
Class Method Details
.from_fqn(fqn) ⇒ Object
5 6 7 |
# File 'lib/sty/account.rb', line 5 def self.from_fqn(fqn) end |
.from_path(path) ⇒ Object
9 10 11 |
# File 'lib/sty/account.rb', line 9 def self.from_path(path) end |